Auto Update

This commit is contained in:
matt1432 2023-02-07 00:41:31 -05:00
parent 49cfe691f8
commit fb77a6e7d5

View file

@ -59,6 +59,6 @@ if [ -f /usr/share/doc/pkgfile/command-not-found.bash ]; then
fi
if [ -f /usr/bin/fzf ]; then
source /usr/share/fzf/completion.bash
source /usr/share/fzf/key-bindings.bash
source ~/fzf/completion.bash
source ~/fzf/key-bindings.bash
fi