mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00:00
Update brew.plugin.zsh
Add `brew cleanup` command to `bubu` alias
This commit is contained in:
parent
cea29ff7ce
commit
877d55ce92
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
alias brews='brew list -1'
|
alias brews='brew list -1'
|
||||||
alias bubu="brew update && brew upgrade"
|
alias bubu="brew update && brew upgrade && brew cleanup"
|
||||||
|
|
Loading…
Reference in a new issue