From adbc2cf90b1a2f648a00d76e9a1651f975ee92c5 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 21 Feb 2023 16:51:19 +0800 Subject: [PATCH] bash: go madness --- .bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.bash_profile b/.bash_profile index 139d24f..68b2de9 100644 --- a/.bash_profile +++ b/.bash_profile @@ -36,6 +36,14 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass export ABDUCO_SOCKET_DIR="$XDG_DATA_HOME" +# go phone home stuff +export GOPROXY=direct +export GOSUMDB=off +# more for the future +export GOTELEMETRY=off +# wtf? +export GOTOOLCHAIN=local + # application envs if command -v nvimpager >/dev/null; then export PAGER=nvimpager -- 2.45.2