mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Get rid of some silly copy pasta
Said gem instead of vagrant
This commit is contained in:
parent
96e4e5dd03
commit
ea4b6540e9
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ __vagrant-box ()
|
|||
|
||||
case $state in
|
||||
(command)
|
||||
_describe -t commands "gem subcommand" _box_arguments
|
||||
_describe -t commands "vagrant subcommand" _box_arguments
|
||||
return
|
||||
;;
|
||||
|
||||
|
|
@ -100,7 +100,7 @@ _arguments -C \
|
|||
|
||||
case $state in
|
||||
(command)
|
||||
_describe -t commands "gem subcommand" _1st_arguments
|
||||
_describe -t commands "vagrant subcommand" _1st_arguments
|
||||
return
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue