]>
git.rmz.io Git - dotfiles.git/blob - zsh/plugins/vundle/vundle.plugin.zsh
1 function vundle
-init () {
2 if [ ! -d ~
/.vim
/bundle
/vundle
/ ]
4 mkdir -p ~
/.vim
/bundle
/vundle
/
7 if [ ! -d ~
/.vim
/bundle
/vundle
/.git
/ ]
9 git clone http
://github.com
/gmarik
/vundle.git ~
/.vim
/bundle
/vundle
10 echo "\n\tRead about vim configuration for vundle at https://github.com/gmarik/vundle\n"
16 vim
-c "execute \"BundleInstall\" | q | q"
20 function vundle
-update () {
22 vim
-c "execute \"BundleInstall!\" | q | q"