From 8b69dae131d5d6653e420004b48721262b94469e Mon Sep 17 00:00:00 2001 From: crater2150 Date: Mon, 24 Feb 2020 10:41:58 +0100 Subject: [PATCH] Remove fzf bundled bindings in favor of custom ones --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index 2bb59a7..bd0768f 100644 --- a/zshrc +++ b/zshrc @@ -55,7 +55,6 @@ if ! (grep -q 'local' <<<$PATH && grep -q 'sbin' <<<$PATH); then fi 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 eval "$(stack --bash-completion-script stack)"