Created
July 20, 2016 21:58
-
-
Save joelremix/7d502a868bd95992878ea442a5c84238 to your computer and use it in GitHub Desktop.
Vim: Update Pathogen Bundles (plugins) via Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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