Skip to content

Instantly share code, notes, and snippets.

@redgluten
Forked from taylorotwell/global-homestead.sh
Created December 22, 2015 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redgluten/8159991e0c228a5bf476 to your computer and use it in GitHub Desktop.
Save redgluten/8159991e0c228a5bf476 to your computer and use it in GitHub Desktop.
Global Homestead Without Composer
alias homestead='function __homestead() { (cd ~/Documents/Code/Homestead && vagrant $*); unset -f __homestead; }; __homestead'
# Usage
homestead up
homestead halt
# etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment