Merge pull request #882 from nesQuick/master
Added basic support for bash autocompletion
This commit is contained in:
commit
b7b430714f
3
contrib/bash/completion.sh
Normal file
3
contrib/bash/completion.sh
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user