We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5545f11 commit 47fad30Copy full SHA for 47fad30
.fzf.zsh
@@ -1,7 +1,7 @@
1
# Setup fzf
2
# ---------
3
if [[ ! "$PATH" == */usr/local/opt/fzf/bin* ]]; then
4
- export PATH="$PATH:/usr/local/opt/fzf/bin"
+ export PATH="${PATH:+${PATH}:}/usr/local/opt/fzf/bin"
5
fi
6
7
# Auto-completion
@@ -11,4 +11,3 @@ fi
11
# Key bindings
12
# ------------
13
source "/usr/local/opt/fzf/shell/key-bindings.zsh"
14
-
0 commit comments