From cd0c8338b782609e01e4a81fe53f58bf79a0bc56 Mon Sep 17 00:00:00 2001 From: Michael Nikitochkin Date: Wed, 12 Feb 2014 14:41:23 +0200 Subject: [PATCH] :panda_face: Added bundle option Added bundle option to brew completion list. --- plugins/brew/_brew | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index d4306f223..d0aed1f51 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -13,6 +13,7 @@ _brew_installed_formulae() { local -a _1st_arguments _1st_arguments=( + 'bundle:run all commands from the Brewfile' 'cat:display formula file for a formula' 'cleanup:uninstall unused and old versions of packages' 'create:create a new formula'