mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
vundle call fixed for new vundle version
This commit is contained in:
parent
499819ced1
commit
fe175661fd
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ function vundle-init () {
|
||||||
|
|
||||||
function vundle () {
|
function vundle () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"BundleInstall\" | q"
|
vim -c "execute \"BundleInstall\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function vundle-update () {
|
function vundle-update () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"BundleInstall!\" | q"
|
vim -c "execute \"BundleInstall!\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue