From 01e55e37d70c0be7a3dbcb0cd69ceb1bc521a1c0 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 16 Sep 2025 11:36:13 -0600 Subject: [PATCH] fix: allow goproxy again --- dot_config/zsh/private_dot_zshrc.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 4a946b565c0caa59425701c264c035e2dad0a997..d9ea6811a8394dab19a916ffd70d3606c1837b78 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -140,10 +140,6 @@ export MANWIDTH=80 export CHARM_HOST=charm.secluded.site export RIPGREP_CONFIG_PATH="$HOME/.config/ripgreprc" -# Partially in response to https://sourcehut.org/blog/2023-01-09-gomodulemirror/ -# Partially because GOPROXY seems not great -export GOPROXY="direct" - CASE_SENSITIVE="false" # Disable dumb Python keyring integration