Skip to content

Instantly share code, notes, and snippets.

@jeonguk
Created November 25, 2018 15:18
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 jeonguk/2f776c71b52db5a0167c9d0fc8656eed to your computer and use it in GitHub Desktop.
Save jeonguk/2f776c71b52db5a0167c9d0fc8656eed to your computer and use it in GitHub Desktop.
GO .zshrc PATH
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment