Merge pull request #231 from CircleCode/patch-1

[Vagrant] update box list completion
This commit is contained in:
Hideo Hattori 2014-05-28 23:56:30 +09:00
commit f48b3e3096
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ __task_list ()
__box_list ()
{
_wanted application expl 'command' compadd $(command ls -1 $HOME/.vagrant/boxes 2>/dev/null| sed -e 's/ /\\ /g')
_wanted application expl 'command' compadd $(command ls -1 ${VAGRANT_HOME:-$HOME/.vagrant.d}/boxes 2>/dev/null| sed -e 's/ /\\ /g')
}
__plugin_list ()