ohmyzsh/plugins/brew/brew.plugin.zsh
timfeirg 046d8d3669 add argument to brew upgrade, reasons down below:
Warning: brew upgrade with no arguments will change behaviour soon!
It currently upgrades all formula but this will soon change to require '--all'.
Please update any workflows, documentation and scripts!
2015-04-28 12:46:52 +08:00

2 lines
90 B
Bash

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