Skip to content

Instantly share code, notes, and snippets.

View redgluten's full-sized avatar
:octocat:
-> DROP ICE!

Gluten redgluten

:octocat:
-> DROP ICE!
View GitHub Profile
@redgluten
redgluten / global-homestead.sh
Created December 22, 2015 09:46 — forked from taylorotwell/global-homestead.sh
Global Homestead Without Composer
alias homestead='function __homestead() { (cd ~/Documents/Code/Homestead && vagrant $*); unset -f __homestead; }; __homestead'
# Usage
homestead up
homestead halt
# etc...