Skip to content

Instantly share code, notes, and snippets.

@Tuurlijk
Created November 20, 2015 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tuurlijk/9529896bed1d02c8b675 to your computer and use it in GitHub Desktop.
Save Tuurlijk/9529896bed1d02c8b675 to your computer and use it in GitHub Desktop.
Vagrant shell alias
# Vagrant
alias vu="vagrant up"
alias vh="vagrant halt"
alias vr="vagrant reload"
alias vs="vagrant ssh"
alias vbu="vagrant box update"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment