diff --git a/home/.vimrc b/home/.vimrc index 9cac877..7666590 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -1,5 +1,5 @@ " Call pathogen if it's installed -call pathogen#infect("bundle/{}") +call pathogen#infect() """" " General Settings diff --git a/scripts/.update_dotfiles.sh b/scripts/.update_dotfiles.sh index d480653..9da6d89 100755 --- a/scripts/.update_dotfiles.sh +++ b/scripts/.update_dotfiles.sh @@ -31,6 +31,7 @@ elif [ $LOCAL = $BASE ]; then echo "Updating dotfiles in: $PWD" git checkout master git pull + git submodule init git submodule update #Since we updated, we should execute the bootstrapper again.