Skip to content

Instantly share code, notes, and snippets.

@01x01
Created February 1, 2019 13:21
Show Gist options
  • Save 01x01/dfeac2fdf99924a332ca7082d67b6549 to your computer and use it in GitHub Desktop.
Save 01x01/dfeac2fdf99924a332ca7082d67b6549 to your computer and use it in GitHub Desktop.

vim ~/.zshrc

go

export GOPATH="/Users/xxxx/code/golang"
export GOBIN="$GOPATH/bin"
export PATH="$PATH:$GOBIN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment