Fixed call to pull.sh

This commit is contained in:
matt1432 2023-01-07 03:16:13 -05:00
parent 7268778f14
commit bf23eb19ec

View file

@ -1,2 +1,5 @@
. ~/.bashrc
bash ~/git/dotfiles/pull.sh
if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
fi