Skip to content

Commit 89c120e

Browse files
A Dynamic Collection of Shell Scripts with Educational Purpose
1 parent b4f5c9d commit 89c120e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

utilities/completions/bash/fzf_complete_all.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
############################################################################
2+
if ! command -v fzf &>/dev/null; then
3+
return
4+
fi
25

36
_fzf_bash() {
47
file=~/.fzf.bash

0 commit comments

Comments
 (0)