From bbf85b35c49b0a9f56a3b33110ac5422347b8b43 Mon Sep 17 00:00:00 2001 From: Ed Lui Date: Wed, 22 Jan 2014 16:52:47 -0500 Subject: [PATCH] Add brew services completion and updated to upstream --- plugins/brew/_brew | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 00f16b3e9..cfb5be6ce 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -1,7 +1,10 @@ #compdef brew -#autoload -# imported from the latest homebrew contributions +# Brew ZSH completion function +# Drop this somewhere in your $fpath (like /usr/share/zsh/site-functions) +# and rename it _brew +# +# altered from _fink _brew_all_formulae() { formulae=(`brew search`)