mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
vundle-clean command
This commit is contained in:
parent
d05b2010ff
commit
ce0c6cb2ee
1 changed files with 5 additions and 0 deletions
|
|
@ -21,3 +21,8 @@ function vundle-update () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"BundleInstall!\" | q | q"
|
vim -c "execute \"BundleInstall!\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function vundle-clean () {
|
||||||
|
vundle-init
|
||||||
|
vim -c "execute \"BundleClean\" | q | q"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue