Remove fzf bundled bindings in favor of custom ones
This commit is contained in:
parent
4c155682d2
commit
8b69dae131
1
zshrc
1
zshrc
|
@ -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)"
|
||||||
|
|
Loading…
Reference in a new issue