diff --git a/.zshrc b/.zshrc index d893432..1a84f7f 100644 --- a/.zshrc +++ b/.zshrc @@ -65,6 +65,8 @@ export GPG_TTY # source fzf if [ -e "/usr/share/doc/fzf/examples/key-bindings.zsh" ] ; then . /usr/share/doc/fzf/examples/key-bindings.zsh +elif [ -e "/usr/share/fzf/key-bindings.zsh" ] ; then + . /usr/share/fzf/key-bindings.zsh fi # source virtualenvwrapper