Auto Update
This commit is contained in:
parent
49cfe691f8
commit
fb77a6e7d5
1 changed files with 2 additions and 2 deletions
|
@ -59,6 +59,6 @@ if [ -f /usr/share/doc/pkgfile/command-not-found.bash ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /usr/bin/fzf ]; then
|
if [ -f /usr/bin/fzf ]; then
|
||||||
source /usr/share/fzf/completion.bash
|
source ~/fzf/completion.bash
|
||||||
source /usr/share/fzf/key-bindings.bash
|
source ~/fzf/key-bindings.bash
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue