diff --git a/zshenv b/zshenv index ab7df45..d5f9811 100644 --- a/zshenv +++ b/zshenv @@ -120,3 +120,8 @@ command -v rustup &> /dev/null && \ [ -f $HOME/.config/wget/rc ] && \ export WGETRC=$HOME/.config/wget/rc # TODO: terminfo +export GOBIN=$HOME/.local/bin +export GOPATH=$HOME/.local/share/go +export GOCACHE=$HOME/.cache/go/build +export GOMODCACHE=$HOME/.cache/go/pkg/mod +export GOTMPDIR=$HOME/.cache/go/tmp