Created
October 7, 2013 18:15
-
-
Save xofer/6872493 to your computer and use it in GitHub Desktop.
bash aliases for vagrant
This file contains hidden or 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
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