Skip to content

Instantly share code, notes, and snippets.

@joelremix
Created July 20, 2016 21:58
Show Gist options
  • Save joelremix/7d502a868bd95992878ea442a5c84238 to your computer and use it in GitHub Desktop.
Save joelremix/7d502a868bd95992878ea442a5c84238 to your computer and use it in GitHub Desktop.
Vim: Update Pathogen Bundles (plugins) via Terminal
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