[zsh] only load fzf when installed

legacy
Simon Bruder 2018-12-10 22:10:06 +00:00
parent a4176ed240
commit 7d9473577e
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ eval "$(dircolors -b $HOME/.dircolors)"
## fzf
source /usr/share/doc/fzf/examples/key-bindings.zsh
[ -e /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh
## Color switcher
alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"