diff options
Diffstat (limited to 'completions')
| -rw-r--r-- | completions/zsh/_brew | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 9f7b8ebe5..04cf56f70 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -88,6 +88,7 @@ __brew_common_commands() { 'doctor:audits your installation for common issues' 'edit:edit a formula' 'fetch:download formula resources to the cache' + 'formula:the path for a formula' 'gist-logs:generate a gist of the full build logs' 'home:visit the homepage of a formula or the brew project' 'info:information about a formula' @@ -366,6 +367,11 @@ _brew_fetch() { '*:formula:__brew_formulae' } +# brew formula formula: +_brew_formula() { + __brew_formulae +} + # brew gist-logs [--new-issue|-n] formula _brew_gist_logs() { _arguments \ |
