Fix path for fzf keybindings
This commit is contained in:
parent
0b28491cab
commit
abd367e441
@ -10,7 +10,7 @@ if command -v fzf &> /dev/null; then
|
||||
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
|
||||
if [[ -f /usr/share/fzf/key-bindings.bash ]]; then
|
||||
source /usr/share/fzf/key-bindings.bash
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user