Skip to content

Instantly share code, notes, and snippets.

@spalenza
Created July 11, 2014 12:47
Show Gist options
  • Save spalenza/a1bd44d26e83bfe59921 to your computer and use it in GitHub Desktop.
Save spalenza/a1bd44d26e83bfe59921 to your computer and use it in GitHub Desktop.
Update all vim's bundles.
for i in *; do cd $i && git pull && cd ..; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment