Skip to content

Instantly share code, notes, and snippets.

@jmsfwk
Created August 11, 2016 08:58
Show Gist options
  • Save jmsfwk/eccb4546bab13c1dc7d858a76b7d77eb to your computer and use it in GitHub Desktop.
Save jmsfwk/eccb4546bab13c1dc7d858a76b7d77eb to your computer and use it in GitHub Desktop.
Homestead shell function
function homestead() {
( cd ~/Homestead && vagrant $* )
}
function art() {
( php artisan $* )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment