mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-13 01:51:05 +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"
|