(cleaning) ensure pip cache is always inside /tmp/f-cache
This commit is contained in:
parent
8bacdc9273
commit
aa1ba184c1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||||
export GNUPGHOME="${XDG_DATA_HOME}/gnupg"
|
export GNUPGHOME="${XDG_DATA_HOME}/gnupg"
|
||||||
export GOPATH="${XDG_CACHE_HOME}/go"
|
export GOPATH="${XDG_CACHE_HOME}/go"
|
||||||
export LESSHISTFILE='/dev/null'
|
export LESSHISTFILE='/dev/null'
|
||||||
|
export PIP_CACHE_DIR="${XDG_CACHE_HOME}/pip"
|
||||||
|
|
||||||
# linux only
|
# linux only
|
||||||
# if test -z "$XDG_RUNTIME_DIR"; then
|
# if test -z "$XDG_RUNTIME_DIR"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue