1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00

Add 'upgrade' to brew completions.

This commit is contained in:
Ilmari Vacklin 2011-04-22 00:16:29 +03:00
parent 971b071dc6
commit 6f53b3130d

View file

@ -31,6 +31,7 @@ _1st_arguments=(
'search:search for a formula (/regex/ or string)'
'unlink:unlink a formula'
'update:freshen up links'
'upgrade:upgrade outdated formulae'
'uses:show formulas which depend on a formula'
)