Skip to content

Instantly share code, notes, and snippets.

@tjventurini
Created February 23, 2019 20:54
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 tjventurini/f7f19b4ded865e7d6670a96cd7e6b519 to your computer and use it in GitHub Desktop.
Save tjventurini/f7f19b4ded865e7d6670a96cd7e6b519 to your computer and use it in GitHub Desktop.
Homestead Oh-My-Zsh Plugin
# add homestead function to terminal
function homestead() {
( cd ~/Homestead && vagrant $* )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment