From 020170e45624d1c525e386bc7e6e8d0ab184ddf2 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 15 Sep 2015 12:43:31 -0500 Subject: [PATCH] Defaulted back to the basic pathogen infect. Updated the updater to init git submodules as needed. --- home/.vimrc | 2 +- scripts/.update_dotfiles.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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.