zsh: set GOPROXY

This commit is contained in:
Daniel Lundin 2023-12-27 12:38:40 +01:00
parent 045541c729
commit e73da671ab

1
.zshrc
View file

@ -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