mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
🐼 Added bundle option
Added bundle option to brew completion list.
This commit is contained in:
parent
4ce7f0a37f
commit
cd0c8338b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue