mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
The default upgrade command has been changed. To upgrade all outdated packages the flag `--all` should be used. Also see the homebrew FAQ: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#faq
2 lines
90 B
Bash
2 lines
90 B
Bash
alias brews='brew list -1'
|
|
alias bubu="brew update && brew upgrade --all && brew cleanup"
|