summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rwxr-xr-xupdate7
1 files changed, 0 insertions, 7 deletions
diff --git a/update b/update
deleted file mode 100755
index 59ae847..0000000
--- a/update
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-DIR=$(readlink -f $(dirname $0))
-curl -so $DIR/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
-for repo in $DIR/bundle/*; do
- echo -en " ${repo##*/}\n " && cd $repo && git pull
-done