added completion for bash
This commit is contained in:
parent
4034a2db21
commit
5038cc82b2
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 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…
x
Reference in New Issue
Block a user