From e73da671abc55a08b4c5df04d8b9e4e975bf8ccd Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 27 Dec 2023 12:38:40 +0100 Subject: [PATCH] zsh: set GOPROXY --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 215a5e6..9e79464 100644 --- a/.zshrc +++ b/.zshrc @@ -321,6 +321,7 @@ if [ -f '/home/dln/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/dln/goo ## Golang export PATH=$HOME/go/bin:$PATH +export GOPROXY=https://athens.aarn.shelman.io ## Ansible export ANSIBLE_NOCOWS=1