mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
feat: add brew search alias to brew plugin
This commit is contained in:
parent
e9c2ea7979
commit
df292c69a9
2 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ alias bl='brew list'
|
|||
alias bo='brew outdated'
|
||||
alias brewp='brew pin'
|
||||
alias brewsp='brew list --pinned'
|
||||
alias bs='brew search'
|
||||
alias bsl='brew services list'
|
||||
alias bsoff='brew services stop'
|
||||
alias bsoffa='bsoff --all'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue