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