mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Merge pull request #3798 from dnixx/vundle-update
Use the newest Vundle commands
This commit is contained in:
commit
058def3b91
1 changed files with 3 additions and 3 deletions
|
@ -13,15 +13,15 @@ function vundle-init () {
|
|||
|
||||
function vundle () {
|
||||
vundle-init
|
||||
vim -c "execute \"BundleInstall\" | q | q"
|
||||
vim -c "execute \"PluginInstall\" | q | q"
|
||||
}
|
||||
|
||||
function vundle-update () {
|
||||
vundle-init
|
||||
vim -c "execute \"BundleInstall!\" | q | q"
|
||||
vim -c "execute \"PluginInstall!\" | q | q"
|
||||
}
|
||||
|
||||
function vundle-clean () {
|
||||
vundle-init
|
||||
vim -c "execute \"BundleClean!\" | q | q"
|
||||
vim -c "execute \"PluginClean!\" | q | q"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue