summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile
index 29b7203..55ad595 100644
--- a/.profile
+++ b/.profile
@@ -47,6 +47,10 @@ export CVS_RSH="ssh"
if [ -x "$(command -v go)" ]; then
export GOPATH="$HOME/.local/share/go"
export PATH="$GOPATH/bin:$PATH"
+ export GOPROXY=direct
+ export GOSUMDB=off
+ export GOTELEMETRY=off
+ export GOTOOLCHAIN=local
fi
export _JAVA_AWT_WM_NONREPARENTING=1