1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00

Update brew.plugin.zsh

Add `brew cleanup` command to `bubu` alias
This commit is contained in:
Nicolas Brousse 2014-07-20 13:33:26 +02:00
parent cea29ff7ce
commit 877d55ce92

View file

@ -1,2 +1,2 @@
alias brews='brew list -1'
alias bubu="brew update && brew upgrade"
alias bubu="brew update && brew upgrade && brew cleanup"