b0cba88fe900

Disable Google spyware
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Feb 2023 17:02:17 -0500
parents b25c87c91843
children ca4e18cd273a
branches/tags (none)
files fish/config.fish

Changes

--- a/fish/config.fish	Wed Feb 08 17:00:53 2023 -0500
+++ b/fish/config.fish	Wed Feb 08 17:02:17 2023 -0500
@@ -144,6 +144,8 @@
 
 set -g -x GOPATH "$HOME/.go"
 set -g -x GOSUMDB off
+set -g -x GOTELEMETRY off
+set -g -x GOPROXY direct
 
 # }}}
 # R {{{