Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
9b1c21a4
"vscode:/vscode.git/clone" did not exist on "1ffb7381a483a95d4bff923e7a73204dea0f3a66"
Commit
9b1c21a4
authored
Apr 02, 2018
by
fREW Schmidt
Committed by
Marc Cornellà
Apr 02, 2018
Browse files
Get rid of some silly copy pasta (#3187)
Said gem instead of vagrant
parent
0cec4626
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/vagrant/_vagrant
View file @
9b1c21a4
...
@@ -81,7 +81,7 @@ __vagrant-box ()
...
@@ -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 \
...
@@ -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
;;
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment