ohmyzsh/plugins/brew/brew.plugin.zsh
Romain Lespinasse de8f89dbc8 brew required a flag to upgrade all formulas
Add a `--all` flag to upgrade all formulas

```
$ brew upgrade
Warning: brew upgrade with no arguments will change behaviour soon!
It currently upgrades all formula but this will soon change to require '--all'.
Please update any workflows, documentation and scripts!
$ brew upgrade --all
```
2015-04-30 09:30:31 +02:00

2 lines
90 B
Bash

alias brews='brew list -1'
alias bubu="brew update && brew upgrade --all && brew cleanup"