Merge pull request #882 from nesQuick/master

Added basic support for bash autocompletion
This commit is contained in:
Mitchell Hashimoto 2012-05-04 20:29:31 -07:00
commit b7b430714f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Autocompletion for Vagrant just put this line in your ~/.profile or link this file into it like:
# source /path/to/vagrant/contrib/bash/completion.sh
complete -W "$(echo `vagrant --help | awk '/^ /{print $1}'`;)" vagrant