Auto Update
This commit is contained in:
parent
5a5ef19f2e
commit
055c916454
1 changed files with 1 additions and 1 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 ~/.fzf ]; then
|
||||
if [ -d ~/.fzf ]; then
|
||||
source ~/.fzf/completion.bash
|
||||
source ~/.fzf/key-bindings.bash
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue