mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
change Bundle command into Plugin commands
This commit is contained in:
parent
3913106b2e
commit
d7abc6015c
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue