Last active
December 10, 2015 01:48
-
-
Save jyc/4362747 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export EDITOR=vim | |
| export GOROOT=$HOME/go | |
| export GOOS=linux | |
| export GOARCH=amd64 | |
| export GOBIN=$GOROOT/bin | |
| export GOPATH=$HOME/gocode | |
| PATH="$GOBIN:$GOPATH/bin:$PATH" | |
| PATH="/home/jonathan/.gem/ruby/1.9.1/bin:$PATH" | |
| PATH="$HOME/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment