mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Brew plugin: new aliases for brew services
This commit is contained in:
parent
d848c94804
commit
4ddcea61d7
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 bubc='brew upgrade && brew cleanup'
|
||||||
alias bubu='bubo && bubc'
|
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
|
if command mkdir "$ZSH_CACHE_DIR/.brew-completion-message" 2>/dev/null; then
|
||||||
print -P '%F{yellow}'Oh My Zsh brew plugin:
|
print -P '%F{yellow}'Oh My Zsh brew plugin:
|
||||||
cat <<-'EOF'
|
cat <<-'EOF'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue