ohmyzsh/plugins/brew/brew.plugin.zsh
shalecraig 19ea86c3ea Add --all to bubu command.
Per the error message:

```
$ bubu
...
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!
```
2015-06-01 11:18:11 -04:00

2 lines
90 B
Bash

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