mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 15:53:22 +01:00
Use 'quit all' instead of counting needed quits
This commit is contained in:
parent
599831b85a
commit
546b99ad4c
@ -13,15 +13,15 @@ function vundle-init () {
|
|||||||
|
|
||||||
function vundle () {
|
function vundle () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"PluginInstall\" | q | q"
|
vim -c "execute \"PluginInstall\" | qa"
|
||||||
}
|
}
|
||||||
|
|
||||||
function vundle-update () {
|
function vundle-update () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"PluginInstall!\" | q | q"
|
vim -c "execute \"PluginInstall!\" | qa"
|
||||||
}
|
}
|
||||||
|
|
||||||
function vundle-clean () {
|
function vundle-clean () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"PluginClean!\" | q | q"
|
vim -c "execute \"PluginClean!\" | qa"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user