When VAGRANT_HOME is set to a different path than $HOME/.vagrant.d, bash completions regarding box names fails with an error like: "$ vagrant init <TAB> find: `/home/mert/.vagrant.d/boxes': No such file or directory" This commit makes completion.sh respect VAGRANT_HOME if it is set. It will continue to use $HOME/.vagrant.d otherwise.
Vagrant Contrib
Miscellaneous contributions which assist people in using Vagrant will make their way into this directory. An up-to-date list of short descriptions for each item will be kept below.
List of Contrib Items
bash- Contains a bash script for improving autocompletion with bash.emacs- Contains a file for enabling Ruby syntax highlighting forVagrantfiles inemacs.st- Contains a.sublime-settingsfile for enabling Ruby syntax highlighting forVagrantfiles in Sublime Text.vim- Contains a.vimfile for enabling Ruby syntax highlighting forVagrantfiles invim.