summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-26 09:24:16 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-26 09:24:16 +0200
commit6ef9604023f64b202f4e6a8bb29151897f083d44 (patch)
tree836096c688e779008415a6d7bffead250745581e
parentec07950da8ff7a6fb9acccc6bf8f89727e3b4416 (diff)
downloadbin-6ef9604023f64b202f4e6a8bb29151897f083d44.zip
bin-6ef9604023f64b202f4e6a8bb29151897f083d44.tar.gz
see ya update-vim-plugins
-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