summaryrefslogtreecommitdiffstats
path: root/vim/update-plugins.sh
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2012-10-10 22:33:57 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2012-10-10 22:33:57 +0200
commitc54cbff69091a3dfc030c44166dbefb0bace585f (patch)
tree532b90f628ef950643d92c6fbacd2a874f001ca1 /vim/update-plugins.sh
parentc92d01907c7301eb9b4e4af65ddab0022c5a75f1 (diff)
downloaddotfiles-c54cbff69091a3dfc030c44166dbefb0bace585f.tar.gz
dotfiles-c54cbff69091a3dfc030c44166dbefb0bace585f.tar.bz2
dotfiles-c54cbff69091a3dfc030c44166dbefb0bace585f.zip
Add fugitive bundle
Diffstat (limited to 'vim/update-plugins.sh')
-rwxr-xr-xvim/update-plugins.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/update-plugins.sh b/vim/update-plugins.sh
new file mode 100755
index 0000000..f4d2767
--- /dev/null
+++ b/vim/update-plugins.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# updates all known submodules
+
+cd `dirname $0`/..
+git submodule foreach git pull