diff --git a/home/.zshrc.local b/home/.zshrc.local index 152aa31..a7054a6 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -41,6 +41,7 @@ eval "$(dircolors -b $HOME/.dircolors)" ## fzf [ -e /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh +command -v fzf-share >/dev/null && source $(fzf-share)/key-bindings.zsh ## Color switcher alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"