mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +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'
|