-
-
Save ymkins/8c76d5a6520108ea366e79eb6be2c72f to your computer and use it in GitHub Desktop.
Vagrant bash autocomplete
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Autocompletion for Vagrant just put this line in your ~/.bashrc | |
complete -W "$(vagrant list-commands | awk 'NR>3 {print $1}')" vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment