Skip to content

Instantly share code, notes, and snippets.

@tjventurini
Created February 23, 2019 20:54
Show Gist options
  • Save tjventurini/f7f19b4ded865e7d6670a96cd7e6b519 to your computer and use it in GitHub Desktop.
Save tjventurini/f7f19b4ded865e7d6670a96cd7e6b519 to your computer and use it in GitHub Desktop.

Revisions

  1. tjventurini created this gist Feb 23, 2019.
    5 changes: 5 additions & 0 deletions homestead.zsh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # add homestead function to terminal

    function homestead() {
    ( cd ~/Homestead && vagrant $* )
    }