ohmyzsh/plugins/brew/brew.plugin.zsh
Kit La Touche 870f63b861 Added --all flag to brew update
This will stop that annoying warning.
2015-05-04 23:55:23 -06:00

2 lines
90 B
Bash

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