(cleaning) ensure pip cache is always inside /tmp/f-cache

This commit is contained in:
Bartek Stalewski 2025-08-30 01:31:42 +02:00
parent 8bacdc9273
commit aa1ba184c1
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
export GNUPGHOME="${XDG_DATA_HOME}/gnupg"
export GOPATH="${XDG_CACHE_HOME}/go"
export LESSHISTFILE='/dev/null'
export PIP_CACHE_DIR="${XDG_CACHE_HOME}/pip"
# linux only
# if test -z "$XDG_RUNTIME_DIR"; then