Add fzf completions

This commit is contained in:
David Heinemeier Hansson
2024-07-03 14:14:35 +02:00
parent 192e0b9c69
commit 335c3def38

View File

@@ -7,5 +7,6 @@ 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
fi