Remove fzf bundled bindings in favor of custom ones

This commit is contained in:
crater2150 2020-02-24 10:41:58 +01:00
parent 4c155682d2
commit 8b69dae131

1
zshrc
View file

@ -55,7 +55,6 @@ if ! (grep -q 'local' <<<$PATH && grep -q 'sbin' <<<$PATH); then
fi fi
FZF_ALT_C_COMMAND="fd -t d" FZF_ALT_C_COMMAND="fd -t d"
[[ -e /usr/share/doc/fzf/key-bindings.zsh ]] && . /usr/share/doc/fzf/key-bindings.zsh
if exists stack; then if exists stack; then
eval "$(stack --bash-completion-script stack)" eval "$(stack --bash-completion-script stack)"