vagrant/contrib/bash/completion.sh

3 lines
228 B
Bash
Raw Normal View History

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