GOCACHE variable

This commit is contained in:
thek4n 2025-01-16 01:12:12 +03:00
parent 81bcd8dc3d
commit c1078672bf

View File

@ -48,7 +48,7 @@ if [ -d "${HOME}/.local/bin" ] ; then
export PATH="${HOME}/.local/bin:${PATH}" export PATH="${HOME}/.local/bin:${PATH}"
fi fi
export GOCACHE="${TMPDIR}/go-cache" export GOCACHE="${TMPDIR}/go-cache-$(id -u)"
export GOPATH="${HOME}/.cache/go" export GOPATH="${HOME}/.cache/go"
export GOBIN="${HOME}/.local/bin" export GOBIN="${HOME}/.local/bin"
@ -62,4 +62,4 @@ export XDG_MUSIC_DIR="${HOME}/music"
export XDG_PICTURES_DIR="${HOME}/pictures" export XDG_PICTURES_DIR="${HOME}/pictures"
export XDG_PUBLICSHARE_DIR="${HOME}/public" export XDG_PUBLICSHARE_DIR="${HOME}/public"
export XDG_TEMPLATES_DIR="${HOME}/templates" export XDG_TEMPLATES_DIR="${HOME}/templates"
export XDG_VIDEOS_DIR="${HOME}/videos" export XDG_VIDEOS_DIR="${HOME}/videos"