diff --git a/.zshrc b/.zshrc index 9486e0d..1b8a817 100644 --- a/.zshrc +++ b/.zshrc @@ -53,8 +53,10 @@ DIRSTACKSIZE=20 GPG_TTY=$(tty) export GPG_TTY -# source fzf -. /usr/share/doc/fzf/examples/key-bindings.zsh - # source banner . ~/.banner + +# source fzf +if [ -e "/usr/share/doc/fzf/examples/key-bindings.zsh" ] ; then + . /usr/share/doc/fzf/examples/key-bindings.zsh +fi