mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(homebrew): Brew greedy upgrade aliases (#9623)
* Added 'greedy' brew upgrade aliases' * Added a description of the new 'greedy' upgrade aliases Co-authored-by: Robby Russell <robby@planetargon.com>
This commit is contained in:
parent
746424f161
commit
fc86a16255
2 changed files with 3 additions and 1 deletions
|
|
@ -31,8 +31,10 @@ alias bcubc='brew upgrade --cask && brew cleanup'
|
|||
alias brewp='brew pin'
|
||||
alias brewsp='brew list --pinned'
|
||||
alias bubc='brew upgrade && brew cleanup'
|
||||
alias bugbc='brew upgrade --greedy && brew cleanup'
|
||||
alias bubo='brew update && brew outdated'
|
||||
alias bubu='bubo && bubc'
|
||||
alias bubug='bubo && bugbc'
|
||||
alias buf='brew upgrade --formula'
|
||||
alias buz='brew uninstall --zap'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue