add 'bundle' command to homebrew completion

This commit is contained in:
Luke Steensen 2014-02-11 21:29:57 -06:00
commit e150b2199e

View file

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