added completion for bash
This commit is contained in:
parent
4034a2db21
commit
5038cc82b2
|
@ -0,0 +1,3 @@
|
||||||
|
# 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
|
Loading…
Reference in New Issue