mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
877d55ce92
Add `brew cleanup` command to `bubu` alias
2 lines
84 B
Bash
2 lines
84 B
Bash
alias brews='brew list -1'
|
|
alias bubu="brew update && brew upgrade && brew cleanup"
|