From c03d3770f4f85c7e93be42415b35dac08fbf6524 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 13 Mar 2021 10:45:52 +0100 Subject: bashrc: adjust path to fzf bash-completion --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 7c7fa5d..f51df37 100644 --- a/bashrc +++ b/bashrc @@ -77,7 +77,7 @@ export PERLDOC_PAGER=$MANPAGER # fzf [ -f /usr/share/doc/fzf/examples/key-bindings.bash ] && source /usr/share/doc/fzf/examples/key-bindings.bash -[ -f /usr/share/bash-completion/completions/fzf ] && source /usr/share/bash-completion/completions/fzf +[ -f /usr/share/doc/fzf/examples/completion.bash ] && source /usr/share/doc/fzf/examples/completion.bash [ -x "$(command -v tree)" ] && export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -100'" if [ -x "$(command -v fd)" ]; then export FZF_DEFAULT_COMMAND='fd --type f --color=never' -- cgit v1.2.3