mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-06-19 17:18:12 +02:00
commit
2a0c1d7b92
@ -16,8 +16,12 @@ function vundle () {
|
||||
vim -c "execute \"BundleInstall\" | q | q"
|
||||
}
|
||||
|
||||
|
||||
function vundle-update () {
|
||||
vundle-init
|
||||
vim -c "execute \"BundleInstall!\" | q | q"
|
||||
}
|
||||
|
||||
function vundle-clean () {
|
||||
vundle-init
|
||||
vim -c "execute \"BundleClean!\" | q | q"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user