[zsh] only load fzf when installed
This commit is contained in:
parent
a4176ed240
commit
7d9473577e
|
@ -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"
|
||||
|
|
Reference in a new issue