summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate-vim-plugins6
1 files changed, 0 insertions, 6 deletions
diff --git a/update-vim-plugins b/update-vim-plugins
deleted file mode 100755
index 2d2d608..0000000
--- a/update-vim-plugins
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/bash
-
-curl -so ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
-for f in $HOME/.vim/bundle/*; do
- echo -en " ${f##*/}\n " && cd $f && git pull
-done