fix fzf: No such file or directory after upgrade to Ubuntu Plucky Puffin #426

This commit is contained in:
Nedim Hadzimahmutovic
2025-04-09 10:09:19 +07:00
parent fd25eec923
commit 26da25abf3

View File

@@ -7,6 +7,10 @@ if command -v zoxide &> /dev/null; then
fi
if command -v fzf &> /dev/null; then
source /usr/share/bash-completion/completions/fzf
source /usr/share/doc/fzf/examples/key-bindings.bash
if [[ -f /usr/share/bash-completion/completions/fzf ]]; then
source /usr/share/bash-completion/completions/fzf
fi
if [[ -f /usr/share/doc/fzf/examples/key-bindings.bash ]]; then
source /usr/share/doc/fzf/examples/key-bindings.bash
fi
fi