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!
```
This commit is contained in:
shalecraig 2015-06-01 11:18:11 -04:00
commit 19ea86c3ea

View file

@ -1,2 +1,2 @@
alias brews='brew list -1'
alias bubu="brew update && brew upgrade && brew cleanup"
alias bubu="brew update && brew upgrade --all && brew cleanup"