diff --git a/home/user/.zshenv b/home/user/.zshenv index 49c52af..a5cf2fe 100644 --- a/home/user/.zshenv +++ b/home/user/.zshenv @@ -48,7 +48,7 @@ if [ -d "${HOME}/.local/bin" ] ; then export PATH="${HOME}/.local/bin:${PATH}" fi -export GOCACHE="/tmp/go-cache" +export GOCACHE="${TMPDIR}/go-cache" export GOPATH="${HOME}/.cache/go" export GOBIN="${HOME}/.local/bin"