diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bashrc b/bashrc index 17d926d..45c3a41 100644 --- a/bashrc +++ b/bashrc @@ -6,7 +6,6 @@ export LC_CTYPE="$LANG" export PAGER="less" export TZ=America/Los_Angeles export GOPATH="${HOME}/gocode" -export GOROOT="${HOME}/gocode/" export PATH="${GOPATH}/bin:${HOME}/bin:${HOME}/src/bin:/opt/twitter/bin:~/src/source/dist:/opt/twitter/opt/go/libexec/bin:/opt/twitter/rvm/bin:${PATH}" |