Add --all flag to brew update command

This commit is contained in:
Robert Djurasaj 2015-05-31 11:36:41 -06:00
commit 914731bda6

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"