🐼 Added bundle option

Added bundle option to brew completion list.
This commit is contained in:
Michael Nikitochkin 2014-02-12 14:41:23 +02:00
commit cd0c8338b7

View file

@ -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'