Skip to content

Instantly share code, notes, and snippets.

@cmpscabral
Created February 3, 2016 10:19
Show Gist options
  • Save cmpscabral/3e473851c6e0a11121b7 to your computer and use it in GitHub Desktop.
Save cmpscabral/3e473851c6e0a11121b7 to your computer and use it in GitHub Desktop.
vagrant helpers
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