Added --all flag to brew update

This will stop that annoying warning.
This commit is contained in:
Kit La Touche 2015-05-04 23:55:23 -06:00
commit 870f63b861

View file

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