Skip to content

Instantly share code, notes, and snippets.

@rknightuk
Created July 28, 2014 15:50
Show Gist options
  • Select an option

  • Save rknightuk/f2a453d6af22b3f67ceb to your computer and use it in GitHub Desktop.

Select an option

Save rknightuk/f2a453d6af22b3f67ceb to your computer and use it in GitHub Desktop.
Vagrant Aliases
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