Skip to content

Instantly share code, notes, and snippets.

@nicksarafa
Created October 3, 2017 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicksarafa/b2f4885eccaf309197d94be7dc24f19b to your computer and use it in GitHub Desktop.
Save nicksarafa/b2f4885eccaf309197d94be7dc24f19b to your computer and use it in GitHub Desktop.
Update all of your vim pathogen plugins and dependencies
cd ~/.vim/bundle
for i in `ls`; 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