added completion for bash

This commit is contained in:
Ole Michaelis 2012-04-14 16:59:04 +02:00
parent 4034a2db21
commit 5038cc82b2
1 changed files with 3 additions and 0 deletions

View 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