diff --git a/home/user/.zshenv b/home/user/.zshenv index 6c6ac38..51c394c 100644 --- a/home/user/.zshenv +++ b/home/user/.zshenv @@ -51,6 +51,7 @@ if [ -d "${HOME}/.local/bin" ] ; then fi export GOCACHE="${TMPDIR}/go-cache-$(id -u)" +export PPROF_TMPDIR="${TMPDIR}/go-pprof-$(id -u)" export GOPATH="${HOME}/.cache/go" export GOBIN="${HOME}/.local/bin"