From 6e7e3317cf62780ccdc59c9c0f13f577709578fd Mon Sep 17 00:00:00 2001 From: Patrick Stadler Date: Sun, 8 Dec 2013 16:27:45 +0100 Subject: [PATCH] add "bundle" command to zsh completion Closes Homebrew/homebrew#25055. Signed-off-by: Adam Vandenberg --- Library/Contributions/brew_zsh_completion.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh index 878a3f9d31..5194147702 100644 --- a/Library/Contributions/brew_zsh_completion.zsh +++ b/Library/Contributions/brew_zsh_completion.zsh @@ -25,6 +25,7 @@ _brew_outdated_formulae() { local -a _1st_arguments _1st_arguments=( 'audit:check formulae for Homebrew coding style' + 'bundle:look for a Brewfile and run each line as a brew command' 'cat:display formula file for a formula' 'cleanup:uninstall unused and old versions of packages' 'commands:show a list of commands'