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