Skip to content

Commit

Permalink
Merge pull request #607 from Copperfield/3.0
Browse files Browse the repository at this point in the history
Update bootstrap.sh
  • Loading branch information
spf13 committed Jun 4, 2014
2 parents 6c21c32 + 85cbd48 commit 78b2d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ setup_vundle() {
vim \
-u "$HOME/.vimrc.bundles" \
"+set nomore" \
+BundleInstall! \
+BundleClean \
+qall
"+BundleInstall!" \
"+BundleClean" \
"+qall"

export SHELL="$system_shell"

Expand Down

0 comments on commit 78b2d2d

Please sign in to comment.