mirror of https://github.com/ohmyzsh/ohmyzsh.git
commit
058def3b91
|
@ -13,15 +13,15 @@ function vundle-init () {
|
||||||
|
|
||||||
function vundle () {
|
function vundle () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"BundleInstall\" | q | q"
|
vim -c "execute \"PluginInstall\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
||||||
function vundle-update () {
|
function vundle-update () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"BundleInstall!\" | q | q"
|
vim -c "execute \"PluginInstall!\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
||||||
function vundle-clean () {
|
function vundle-clean () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"BundleClean!\" | q | q"
|
vim -c "execute \"PluginClean!\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue