mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Added the bup alias to the brew plugin to allow for quick update and upgrading. The alias is brew update && brew upgrade.
2 lines
67 B
Bash
2 lines
67 B
Bash
alias brews='brew list -1'
|
|
alias bup='brew update && brew upgrade'
|