Skip to content

Instantly share code, notes, and snippets.

@xofer
Created October 7, 2013 18:15
Show Gist options
  • Save xofer/6872493 to your computer and use it in GitHub Desktop.
Save xofer/6872493 to your computer and use it in GitHub Desktop.
bash aliases for vagrant
alias vadd='vagrant box add'
alias vhalt='vagrant halt'
alias vpro='vagrant provision'
alias vssh='vagrant ssh'
alias vup='vagrant up --no-provision'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment