home: xdg: create 'HISTFILE' parent directory

In fbd3b70d61, I forgot to modify the
`.keep` file to be created in `$XDG_STATE_HOME/bash/`.
This commit is contained in:
Bruno BELANYI 2024-11-28 12:05:45 +00:00
parent 83da7ba9c8
commit e8a41187e7

View file

@ -30,11 +30,11 @@ in
}; };
# A tidy home is a tidy mind # A tidy home is a tidy mind
dataFile = { dataFile = {
"bash/.keep".text = "";
"gdb/.keep".text = ""; "gdb/.keep".text = "";
"tig/.keep".text = ""; "tig/.keep".text = "";
}; };
stateFile = { stateFile = {
"bash/.keep".text = "";
"python/.keep".text = ""; "python/.keep".text = "";
}; };
}; };