Skip to content

Instantly share code, notes, and snippets.

@jeonguk
Created November 25, 2018 15:18
Show Gist options
  • Select an option

  • Save jeonguk/2f776c71b52db5a0167c9d0fc8656eed to your computer and use it in GitHub Desktop.

Select an option

Save jeonguk/2f776c71b52db5a0167c9d0fc8656eed to your computer and use it in GitHub Desktop.

Revisions

  1. jeonguk created this gist Nov 25, 2018.
    8 changes: 8 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Set variables in .zshrc file

    # don't forget to set path correctly!

    export GOPATH=$HOME/golang
    export GOROOT=/usr/local/opt/go/libexec
    export PATH=$PATH:$GOPATH/bin
    export PATH=$PATH:$GOROOT/bin