mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
vagrant: fix vagrant box autocomplete (#8929)
This commit is contained in:
parent
8cb449ee20
commit
0a456cb340
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ __task_list ()
|
||||||
|
|
||||||
__box_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 ()
|
__vm_list ()
|
||||||
|
|
Loading…
Reference in a new issue