Update '.bashrc'

This commit is contained in:
matt1432 2022-12-27 19:27:17 -05:00
parent 9d3ca8e55f
commit e716e82c34

View file

@ -112,6 +112,4 @@ if [ -f ~/.bash-fzfrc ] ; then
. ~/.bash-fzfrc . ~/.bash-fzfrc
fi fi
if [ -f ~/git/dotfiles ] ; then bash ~/git/dotfiles/pull.sh
(cd ~/git/dotfiles && git pull)
fi