Fix fzf paths.
This commit is contained in:
parent
adbe344ea6
commit
518c5b9287
7
bashrc
7
bashrc
@ -31,4 +31,9 @@ if type -t __git_complete >/dev/null; then
|
|||||||
__git_complete gp _git_push
|
__git_complete gp _git_push
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test -f /usr/share/fzf/shell/key-bindings.bash && . /usr/share/fzf/shell/key-bindings.bash
|
for fn in /usr/share/fzf/shell/key-bindings.bash /usr/share/fzf/key-bindings.bash; do
|
||||||
|
if test -f $fn; then
|
||||||
|
. $fn
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user