Skip to content

Instantly share code, notes, and snippets.

@mrbrutti
Created March 5, 2016 21:48
Show Gist options
  • Save mrbrutti/4fc9577eff4a33b744e0 to your computer and use it in GitHub Desktop.
Save mrbrutti/4fc9577eff4a33b744e0 to your computer and use it in GitHub Desktop.
Update Vim Plugins
for i in ~/.vim/bundle/*; do git -C $i pull; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment