From e150b2199ef8b5349ae93d792e1f68da09546c50 Mon Sep 17 00:00:00 2001 From: Luke Steensen Date: Tue, 11 Feb 2014 21:29:57 -0600 Subject: [PATCH] add 'bundle' command to homebrew completion --- plugins/brew/_brew | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index d4306f223..fcb2fec12 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -13,6 +13,7 @@ _brew_installed_formulae() { local -a _1st_arguments _1st_arguments=( + 'bundle:run commands from a Brewfile' 'cat:display formula file for a formula' 'cleanup:uninstall unused and old versions of packages' 'create:create a new formula'