home: xdg: add python configuration
It looks like 3.13 finally brought a way to change the history location through `PYTHON_HISTORY`.
This commit is contained in:
parent
f4c4a485d6
commit
cb97b0dbde
|
@ -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