diff --git a/.profile b/.profile index a80a239..669be4c 100644 --- a/.profile +++ b/.profile @@ -1,2 +1,5 @@ . ~/.bashrc -bash ~/git/dotfiles/pull.sh \ No newline at end of file + +if [ -d ~/git/dotfiles ] ; then + bash ~/git/dotfiles/pull.sh +fi