Skip to content

Commit 47fad30

Browse files
committed
Update fzf.zsh
Updated automatically by the fzf installation
1 parent 5545f11 commit 47fad30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.fzf.zsh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Setup fzf
22
# ---------
33
if [[ ! "$PATH" == */usr/local/opt/fzf/bin* ]]; then
4-
export PATH="$PATH:/usr/local/opt/fzf/bin"
4+
export PATH="${PATH:+${PATH}:}/usr/local/opt/fzf/bin"
55
fi
66

77
# Auto-completion
@@ -11,4 +11,3 @@ fi
1111
# Key bindings
1212
# ------------
1313
source "/usr/local/opt/fzf/shell/key-bindings.zsh"
14-

0 commit comments

Comments
 (0)