Last active
August 29, 2015 14:04
-
-
Save BigAl/540de89c689b68dcdb63 to your computer and use it in GitHub Desktop.
Vagrant aliases
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 vdel='vagrant destroy' | |
alias vdown='vagrant halt' | |
alias vssh='vagrant ssh' | |
alias vup='vagrant up' | |
alias vbox='vagrant box' | |
alias vsus='vagrant suspend' | |
alias vres='vagrant resume' | |
alias vstat='vagrant status' | |
alias vbox='vagrant box $1' | |
alias vsnap='vagrant snapshot' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment