summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/make b/make
index 1138715..11c40e3 100755
--- a/make
+++ b/make
@@ -30,7 +30,8 @@ git clone https://github.com/altercation/mutt-colors-solarized
git clone https://github.com/Anthony25/gnome-terminal-colors-solarized/
git clone https://github.com/seebi/dircolors-solarized
-sudo rm -rf .vim/bundle
+cd
+rm -rf .vim/bundle
mkdir .vim/bundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +PluginInstall +qall