Skip to content

Instantly share code, notes, and snippets.

@bastienff
Created December 20, 2016 07:48
Show Gist options
  • Save bastienff/ae315cfe61e259e993ae875dfa077e6c to your computer and use it in GitHub Desktop.
Save bastienff/ae315cfe61e259e993ae875dfa077e6c to your computer and use it in GitHub Desktop.
Vagrant aliases git bash
alias vgs='vagrant global-status'
alias vrp='vagrant reload --provision'
alias vup='vagrant up --provision'
alias vp='vagrant up'
alias vr='vagrant reload'
alias vh='vagrant halt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment