mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 23:40:39 +01:00
vundle call fixed for new vundle version
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user