summaryrefslogtreecommitdiff
path: root/plugins/brew/_brew
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2014-02-11 19:17:05 -0800
committerRobby Russell <robby@planetargon.com>2014-02-11 19:17:05 -0800
commit2ed99037c1d91dc015d5244b2b9ae70a6406a03e (patch)
tree26a0e057d16e156e26f880f2ae7d6267be2f4336 /plugins/brew/_brew
parentec37c05cb350149ec77209bc7901c6aaa73f5567 (diff)
parent0d212bb218617dfb62c9c31a19b64e321cb1d9b6 (diff)
downloadzsh-2ed99037c1d91dc015d5244b2b9ae70a6406a03e.tar.gz
zsh-2ed99037c1d91dc015d5244b2b9ae70a6406a03e.tar.bz2
zsh-2ed99037c1d91dc015d5244b2b9ae70a6406a03e.zip
Merge pull request #2516 from lukesteensen/patch-1
Add 'services' command to homebrew completion
Diffstat (limited to 'plugins/brew/_brew')
-rw-r--r--plugins/brew/_brew1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/brew/_brew b/plugins/brew/_brew
index a25caf40c..d4306f223 100644
--- a/plugins/brew/_brew
+++ b/plugins/brew/_brew
@@ -33,6 +33,7 @@ _1st_arguments=(
'remove:remove a formula'
'search:search for a formula (/regex/ or string)'
'server:start a local web app that lets you browse formulae (requires Sinatra)'
+ 'services:manage background services via launchctl'
'unlink:unlink a formula'
'update:freshen up links'
'upgrade:upgrade outdated formulae'