vagrant/contrib
mdirik 63f4f1e61b Make completion.sh respect VAGRANT_HOME
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.
2014-12-23 14:24:38 +02:00
..
bash Make completion.sh respect VAGRANT_HOME 2014-12-23 14:24:38 +02:00
emacs Emacs Vagrantfile config 2011-01-05 17:13:30 -08:00
st ST3 Vagrantfile syntax highlighting 2014-03-10 11:16:36 -04:00
sudoers Sudoers example for Fedora distros 2014-12-15 10:54:36 +01:00
vim README in contrib directory 2011-01-05 17:06:58 -08:00
README.md Update contrib/README & bash shebang line 2014-03-10 11:18:20 -04:00

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 for Vagrantfiles in emacs.
  • st - Contains a .sublime-settings file for enabling Ruby syntax highlighting for Vagrantfiles in Sublime Text.
  • vim - Contains a .vim file for enabling Ruby syntax highlighting for Vagrantfiles in vim.