Auto Update

This commit is contained in:
matt1432 2023-02-07 00:50:21 -05:00
parent 5a5ef19f2e
commit 055c916454

View file

@ -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