diff options
| author | Patrick Stadler | 2013-12-08 16:27:45 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-08 13:11:44 -0800 |
| commit | 6e7e3317cf62780ccdc59c9c0f13f577709578fd (patch) | |
| tree | a4ca6ecaf8ae8df3bbe22e9c22a68bbaeb822277 /Library | |
| parent | ee1d8512bf4cd6deadfa8c7a55f189cac61c221a (diff) | |
| download | brew-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.zsh | 1 |
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' |
