Skip to content

Instantly share code, notes, and snippets.

@lattespirit
Created January 12, 2017 02:19
Show Gist options
  • Save lattespirit/9c6d6a085d6cf9b6184f804d9ba13e66 to your computer and use it in GitHub Desktop.
Save lattespirit/9c6d6a085d6cf9b6184f804d9ba13e66 to your computer and use it in GitHub Desktop.
Homestead Keyboard Shortcut
alias hs="homestead"
alias hsu="homestead up"
alias hss="homestead ssh"
alias hsup="homestead up --provision"
alias hsh="homestead halt"
alias hsr="homestead reload"
alias hsrp="homestead reload --provision"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment