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
commit7a9cae9117986a0fbfa51d1e05d461a69a6d457d (patch)
treece8ca7b5776bfc3b6cd97ccaaeae0fcfda1cf6d6 /Library
parent08583ec7d74beaaa31bb7ff96209398b9f846306 (diff)
downloadhomebrew-7a9cae9117986a0fbfa51d1e05d461a69a6d457d.tar.bz2
add "bundle" command to zsh completion
Closes #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'