1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01: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"