Created
February 3, 2016 10:19
-
-
Save cmpscabral/3e473851c6e0a11121b7 to your computer and use it in GitHub Desktop.
vagrant helpers
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 vssh="cd /Users/miguel/Vagrant/ && vagrant ssh -- -t 'sudo su; cd /home/www/'" | |
alias vup="cd /Users/miguel/Vagrant/ && vagrant up" | |
alias vprov="cd /Users/miguel/Vagrant/ && vagrant provision" | |
alias vrestart="killall -9 ruby; cd /Users/miguel/Vagrant && vagrant halt && vagrant up" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment