Commit a335e9df authored by Max Gonzih's avatar Max Gonzih
Browse files

plugin for vundle (vim plugins managment system) that provide vundle,

vundle-update and vundle-init aliases
parent 929c64e4
alias vundle-init='git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle'
alias vundle='vim -c "execute \"BundleInstall\" | q"'
alias vundle-update='vim -c "execute \"BundleInstall!\" | q"'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment