diff --git a/.bashrc b/.bashrc index f56dd44..fe0287a 100644 --- a/.bashrc +++ b/.bashrc @@ -22,6 +22,8 @@ esac export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --ignore .git --ignore node_modules -g ""' [ -f /usr/share/doc/fzf/examples/key-bindings.bash ] \ && source /usr/share/doc/fzf/examples/key-bindings.bash +[ -f /usr/share/fzf/shell/key-bindings.bash ] \ + && source /usr/share/fzf/shell/key-bindings.bash do_cd_fzf() { local parent="$1"