From 0812b721bdff1ef85cab4296f7a7b1f3332954b3 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Mon, 2 May 2016 16:07:10 +0800 Subject: [PATCH] analytics: add zsh completion --- share/zsh/site-functions/_brew | 1 + 1 file changed, 1 insertion(+) diff --git a/share/zsh/site-functions/_brew b/share/zsh/site-functions/_brew index ac263f8071..57b07d1cc3 100644 --- a/share/zsh/site-functions/_brew +++ b/share/zsh/site-functions/_brew @@ -96,6 +96,7 @@ if (( CURRENT == 1 )); then fi case "$words[1]" in + analytics) compadd on off state regenerate-uuid ;; install|reinstall|audit|home|homepage|log|info|abv|uses|cat|deps|desc|edit|options|switch) _brew_all_formulae _wanted formulae expl 'all formulae' compadd -a formulae ;;