This commit is contained in:
Jan Schumann 2013-11-25 12:29:16 -08:00
commit 5110368781

View file

@ -44,7 +44,7 @@ __task_list ()
__box_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 $HOME/.vagrant.d/boxes 2>/dev/null| sed -e 's/ /\\ /g')
} }
__vm_list () __vm_list ()