mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
feat: add brew doctor alias to brew plugin
This commit is contained in:
parent
680298e920
commit
9646fdfcce
2 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ alias bcrin='brew reinstall --cask'
|
|||
alias bcubc='brew upgrade --cask && brew cleanup'
|
||||
alias bcubo='brew update && brew outdated --cask'
|
||||
alias bcup='brew upgrade --cask'
|
||||
alias bdr='brew doctor'
|
||||
alias bfu='brew upgrade --formula'
|
||||
alias bi='brew install'
|
||||
alias bl='brew list'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue