mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-10 09:20:41 +01:00
committed by
Marc Cornellà
parent
0cec462621
commit
9b1c21a409
@@ -81,7 +81,7 @@ __vagrant-box ()
|
|||||||
|
|
||||||
case $state in
|
case $state in
|
||||||
(command)
|
(command)
|
||||||
_describe -t commands "gem subcommand" _box_arguments
|
_describe -t commands "vagrant subcommand" _box_arguments
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ _arguments -C \
|
|||||||
|
|
||||||
case $state in
|
case $state in
|
||||||
(command)
|
(command)
|
||||||
_describe -t commands "gem subcommand" _1st_arguments
|
_describe -t commands "vagrant subcommand" _1st_arguments
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user