Last Updated: February 25, 2016
·
1.074K
· katylava

One-line vim bundle update

> cd ~/.vim/bundle
> for d in *; do { cd $d; git pull; cd -; }; done

because i'm not a fan of submodules