Merge pull request #882 from nesQuick/master
Added basic support for bash autocompletion
This commit is contained in:
commit
b7b430714f
|
@ -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
|
Loading…
Reference in New Issue