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
Ohmyzsh
Commits
0a456cb3
Unverified
Commit
0a456cb3
authored
May 23, 2020
by
Kennith Leung
Committed by
GitHub
May 23, 2020
Browse files
vagrant: fix vagrant box autocomplete (#8929)
parent
8cb449ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/vagrant/_vagrant
View file @
0a456cb3
...
...
@@ -64,7 +64,7 @@ __task_list ()
__box_list ()
{
_wanted application expl 'command' compadd $(command vagrant box list | sed -e 's/ /\\ /g')
_wanted application expl 'command' compadd $(command vagrant box list | sed -e 's/
*(.*)//g;s/
/\\ /g')
}
__vm_list ()
...
...
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