Skip to content

Instantly share code, notes, and snippets.

@grapswiz
Created July 15, 2013 23:59
Show Gist options
  • Select an option

  • Save grapswiz/6004618 to your computer and use it in GitHub Desktop.

Select an option

Save grapswiz/6004618 to your computer and use it in GitHub Desktop.
.zshrc for go
export GOROOT=/usr/local/Cellar/go/1.1.1
export GOPATH=$HOME/Dropbox/holy-light
export GOBIN=$GOROOT/bin
export PATH=$PATH:$GOBIN:$GOPATH/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment