mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 08:50:40 +01:00
feat(brew): add aliases for brew services (#10215)
Closes #10215 Co-authored-by: Marc Cornellà <marc@mcornella.com>
This commit is contained in:
committed by
Marc Cornellà
parent
944203aee3
commit
8b6f0b1dfb
@@ -48,6 +48,13 @@ alias bl='brew list'
|
||||
alias bo='brew outdated'
|
||||
alias brewp='brew pin'
|
||||
alias brewsp='brew list --pinned'
|
||||
alias bsl='brew services list'
|
||||
alias bsoff='brew services stop'
|
||||
alias bsoffa='bsoff --all'
|
||||
alias bson='brew services start'
|
||||
alias bsona='bson --all'
|
||||
alias bsr='brew services run'
|
||||
alias bsra='bsr --all'
|
||||
alias bu='brew update'
|
||||
alias bubo='brew update && brew outdated'
|
||||
alias bubu='bubo && bup'
|
||||
|
||||
Reference in New Issue
Block a user