mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
add brew
This commit is contained in:
parent
05252101ad
commit
b45604be45
2 changed files with 2 additions and 4 deletions
|
|
@ -2,6 +2,7 @@ alias brews='brew list -1'
|
|||
alias bubo='brew update && brew outdated'
|
||||
alias bubc='brew upgrade && brew cleanup'
|
||||
alias bubu='bubo && bubc'
|
||||
alias brewup='brew update && brew upgrade && brew prune && brew cleanup && brew doctor'
|
||||
|
||||
if command mkdir "$ZSH_CACHE_DIR/.brew-completion-message" 2>/dev/null; then
|
||||
print -P '%F{yellow}'Oh My Zsh brew plugin:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue