diff options
Diffstat (limited to '')
-rw-r--r-- | .profile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |