Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Latest commit

 

History

History
69 lines (43 loc) · 1.66 KB

README.rst

File metadata and controls

69 lines (43 loc) · 1.66 KB

NO LONGER MAINTAINED

My interest in Vagrant and thus this code waned some time ago. Fortunately the wonderful brbsix and I fully endorse this.


Getting stuff merged

If you have a pull request you want merged, shout at me on Twitter [at]kuramanga or via email kura[at]kura[dot]io

Installation

Debian/Ubuntu

sudo wget https://raw.github.com/kura/vagrant-bash-completion/master/etc/bash_completion.d/vagrant -O /etc/bash_completion.d/vagrant

OS X

@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-completion recipe to use this plugin

brew tap homebrew/completions
brew install vagrant-completion

then add the following lines to your ~/.bashrc

if [ -f `brew --prefix`/etc/bash_completion.d/vagrant ]; then
    source `brew --prefix`/etc/bash_completion.d/vagrant
fi

License

This software is licensed using the MIT License. The license is provided in the source code repository.

Notes

Original - https://github.com/nfedyashev/bash-it/blob/master/plugins/vagrant.plugins.bash

Mine has more functionality and changes to locations