From 3d689a414e47bdb5b69474ce84a689aa5fd33984 Mon Sep 17 00:00:00 2001 From: Ed Lui Date: Wed, 22 Jan 2014 16:55:50 -0500 Subject: [PATCH] Remove upstream boilerplate --- plugins/brew/_brew | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 42cecc4bb..9eb3bb557 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -1,10 +1,7 @@ #compdef brew +#autoload -# Brew ZSH completion function -# Drop this somewhere in your $fpath (like /usr/share/zsh/site-functions) -# and rename it _brew -# -# altered from _fink +# imported from the latest homebrew contributions _brew_all_formulae() { formulae=(`brew search`) @@ -127,4 +124,4 @@ case "$words[1]" in upgrade) _brew_outdated_formulae _wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;; -esac \ No newline at end of file +esac