ohmyzsh/plugins/brew/brew.plugin.zsh
Vasile Zaremba d5acc3076f added the --all argument
brew upgrade with no arguments will change behaviour soon
2015-05-12 09:44:53 +01:00

2 lines
90 B
Bash

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