Handy Homestead Aliases
I had to create the following alias so that I could properly access Homestead (despite it being in my $PATH). You can add these aliaes to wherever you store your bash aliases.
alias homestead="~/.composer/vendor/bin/homestead"
Here are a few aliases I use when working with Homestead (beats typing `homestead` all the time)
alias hs="homestead status"
alias hssh="homestead ssh"
alias hu="homestead up"