Created
July 28, 2014 15:50
-
-
Save rknightuk/f2a453d6af22b3f67ceb 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 vu="cd ~/Sites/homestead; vagrant up; cd -;" | |
| alias vd="cd ~/Sites/homestead; vagrant halt; cd -;" | |
| alias vs="cd ~/Sites/homestead; vagrant status; cd -;" | |
| alias vp="cd ~/Sites/homestead; vagrant provision; cd -;" | |
| alias vr="cd ~/Sites/homestead; vagrant reload; cd -;" | |
| alias vssh="cd ~/Sites/homestead; vagrant ssh; cd -;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment