Update brew upgrade command

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
This commit is contained in:
Raphael Hüni 2015-05-18 10:51:57 +02:00
commit 8c1fb0f070

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"