Skip to content

Instantly share code, notes, and snippets.

@caliburn1994
Created March 13, 2020 15:09
Show Gist options
  • Save caliburn1994/7af83db69467c1cf96c1e9cc8ae3c21c to your computer and use it in GitHub Desktop.
Save caliburn1994/7af83db69467c1cf96c1e9cc8ae3c21c to your computer and use it in GitHub Desktop.
vagrant autocompletion by curl
sudo curl --location https://raw.githubusercontent.com/hashicorp/vagrant/master/contrib/bash/completion.sh -o /etc/bash_completion.d/vagrant.sh
source /etc/bash_completion.d/vagrant.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment