home: xdg: add python configuration
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
It looks like 3.13 finally brought a way to change the history location through `PYTHON_HISTORY`.
This commit is contained in:
parent
0650c1f159
commit
7a03ce2012
|
@ -48,6 +48,9 @@ in
|
||||||
LESSHISTFILE = "${dataHome}/less/history";
|
LESSHISTFILE = "${dataHome}/less/history";
|
||||||
LESSKEY = "${configHome}/less/lesskey";
|
LESSKEY = "${configHome}/less/lesskey";
|
||||||
PSQL_HISTORY = "${dataHome}/psql_history";
|
PSQL_HISTORY = "${dataHome}/psql_history";
|
||||||
|
PYTHONPYCACHEPREFIX = "${cacheHome}/python/";
|
||||||
|
PYTHONUSERBASE = "${dataHome}/python/";
|
||||||
|
PYTHON_HISTORY = "${stateHome}/python/history";
|
||||||
REDISCLI_HISTFILE = "${dataHome}/redis/rediscli_history";
|
REDISCLI_HISTFILE = "${dataHome}/redis/rediscli_history";
|
||||||
REPO_CONFIG_DIR = "${configHome}/repo";
|
REPO_CONFIG_DIR = "${configHome}/repo";
|
||||||
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
|
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
|
||||||
|
|
Loading…
Reference in a new issue