mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-18 18:48:40 +02:00
Use 'quit all' instead of counting needed quits
This commit is contained in:
@@ -13,15 +13,15 @@ function vundle-init () {
|
||||
|
||||
function vundle () {
|
||||
vundle-init
|
||||
vim -c "execute \"PluginInstall\" | q | q"
|
||||
vim -c "execute \"PluginInstall\" | qa"
|
||||
}
|
||||
|
||||
function vundle-update () {
|
||||
vundle-init
|
||||
vim -c "execute \"PluginInstall!\" | q | q"
|
||||
vim -c "execute \"PluginInstall!\" | qa"
|
||||
}
|
||||
|
||||
function vundle-clean () {
|
||||
vundle-init
|
||||
vim -c "execute \"PluginClean!\" | q | q"
|
||||
vim -c "execute \"PluginClean!\" | qa"
|
||||
}
|
||||
|
Reference in New Issue
Block a user