2012-04-24 19:46:54 +00:00
|
|
|
# Autocompletion for Vagrant just put this line in your ~/.profile or link this file into it like:
|
2012-04-14 14:59:04 +00:00
|
|
|
# source /path/to/vagrant/contrib/bash/completion.sh
|
2012-04-24 19:46:54 +00:00
|
|
|
complete -W "$(echo `vagrant --help | awk '/^ /{print $1}'`;)" vagrant
|