Auto Update

This commit is contained in:
matt1432 2023-02-01 02:08:20 -05:00
parent c807106b7e
commit 3ca235fd3a

View file

@ -8,7 +8,7 @@ if [ -d ~/git/dotfiles ] ; then
fi
# TODO remove eventually
if [ -f ~/.bash-fzfrc | -f ~/.bash_fzf ] ; then
if [ -f ~/.bash-fzfrc | ~/.bash_fzf ] ; then
rm ~/.bash-fzfrc ~/.bash_fzf
fi