home: xdg: make gdb store history in XDG_DATA_HOME
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2021-10-08 12:15:34 +02:00
parent 8569a8eb55
commit 323e99bbb0
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ in
# A tidy home is a tidy mind
dataFile = {
"bash/.keep".text = "";
"gdb/.keep".text = "";
"tig/.keep".text = "";
};
};
@ -39,6 +40,7 @@ in
config.home.sessionVariables = with config.xdg; lib.mkIf cfg.enable {
CARGO_HOME = "${dataHome}/cargo";
DOCKER_CONFIG = "${configHome}/docker";
GDBHISTFILE = "${dataHome}/gdb/gdb_history";
HISTFILE = "${dataHome}/bash/history";
INPUTRC = "${configHome}/readline/inputrc";
LESSHISTFILE = "${dataHome}/less/history";