Add autocomplete for Vagrant to bash completion
====================
My interest in Vagrant and thus this code waned some time ago. Fortunately the wonderful
brbsix_ and I fully endorse this.
If you have a pull request you want merged, shout at me on Twitter [at]kuramanga or via email kura[at]kura[dot]io
.. code:: bash
sudo wget https://raw.github.com/kura/vagrant-bash-completion/master/etc/bash_completion.d/vagrant -O /etc/bash_completion.d/vagrant
@kura is now supporting releases to homebrew-completions because other people stopped doing it.
Please note: @kura is not a Mac user, all Mac & Homebrew support was provided by additional contributors. I will help as much as I can but I can't promise anything. Sorry.
With
homebrew_ you can install the
vagrant-completionrecipe to use this plugin
.. code:: bash
brew tap homebrew/completions brew install vagrant-completion
then add the following lines to your ~/.bashrc
.. code:: bash
if [ -f `brew --prefix`/etc/bash_completion.d/vagrant ]; then source `brew --prefix`/etc/bash_completion.d/vagrant fi
This software is licensed using the MIT License. The license is provided in the
source code repository_.
Original - https://github.com/nfedyashev/bash-it/blob/master/plugins/vagrant.plugins.bash
Mine has more functionality and changes to locations