mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Added Vundle clean to remove bundles removed from vimrc
This commit is contained in:
parent
0198a12953
commit
c50b9a24f1
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue