Auto Update

This commit is contained in:
matt1432 2023-02-07 00:42:00 -05:00
parent fb77a6e7d5
commit b02dd9f581

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