Created
February 18, 2012 04:47
-
-
Save joseym/1857468 to your computer and use it in GitHub Desktop.
SSH: Vagrant Aliases
This file contains 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
# Vagrant Cheats | |
# =========================== | |
alias vup="vagrant up" | |
alias vh="vagrant halt" | |
alias vs="vagrant suspend" | |
alias vr="vagrant resume" | |
alias vrld="vagrant reload" | |
alias vssh="vagrant ssh" | |
alias vstat="vagrant status" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment