mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge ce0c6cb2ee into 5667161d49
This commit is contained in:
commit
46afd19fff
1 changed files with 5 additions and 0 deletions
|
|
@ -25,3 +25,8 @@ function vundle-clean () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"PluginClean!\" | qa"
|
vim -c "execute \"PluginClean!\" | qa"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function vundle-clean () {
|
||||||
|
vundle-init
|
||||||
|
vim -c "execute \"BundleClean\" | q | q"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue