home: xdg: set 'REPO_CONFIG_DIR'
ci/woodpecker/push/check Pipeline was successful Details

Unfortunately, it will create a `.repoconfig` inside that directory. But
that's still better than littering my $HOME.
This commit is contained in:
Bruno BELANYI 2023-10-10 15:36:14 +00:00
parent 24d41e829e
commit 6ef0abd596
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ in
LESSHISTFILE = "${dataHome}/less/history";
LESSKEY = "${configHome}/less/lesskey";
PSQL_HISTORY = "${dataHome}/psql_history";
REPO_CONFIG_DIR = "${configHome}/repo";
REDISCLI_HISTFILE = "${dataHome}/redis/rediscli_history";
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
};