63f4f1e61b
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. |
||
---|---|---|
.. | ||
bash | ||
emacs | ||
st | ||
sudoers | ||
vim | ||
README.md |
README.md
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 forVagrantfile
s inemacs
.st
- Contains a.sublime-settings
file for enabling Ruby syntax highlighting forVagrantfile
s in Sublime Text.vim
- Contains a.vim
file for enabling Ruby syntax highlighting forVagrantfile
s invim
.