aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPatrick Stadler2013-12-08 16:27:45 +0100
committerAdam Vandenberg2013-12-08 13:11:44 -0800
commit6e7e3317cf62780ccdc59c9c0f13f577709578fd (patch)
treea4ca6ecaf8ae8df3bbe22e9c22a68bbaeb822277 /Library
parentee1d8512bf4cd6deadfa8c7a55f189cac61c221a (diff)
downloadbrew-6e7e3317cf62780ccdc59c9c0f13f577709578fd.tar.bz2
add "bundle" command to zsh completion
Closes Homebrew/homebrew#25055. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/brew_zsh_completion.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh
index 878a3f9d3..519414770 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'