mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Merge branch 'brew-plugin-new-aliases' into fork-master
This commit is contained in:
commit
16107e40f8
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ alias bubo='brew update && brew outdated'
|
|||
alias bubc='brew upgrade && brew cleanup'
|
||||
alias bubu='bubo && bubc'
|
||||
|
||||
alias bsl='brew services list'
|
||||
alias bsr='brew services run'
|
||||
alias bson='brew services start'
|
||||
alias bsoff='brew services stop'
|
||||
|
||||
if command mkdir "$ZSH_CACHE_DIR/.brew-completion-message" 2>/dev/null; then
|
||||
print -P '%F{yellow}'Oh My Zsh brew plugin:
|
||||
cat <<-'EOF'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue