Actually, shell history is state

This commit is contained in:
Geoffrey Frogeye 2023-12-16 17:05:36 +01:00
parent 1840ed67c9
commit 064ff2e9ab
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -138,7 +138,7 @@ in
# TODO Maybe make nixpkg wrapper instead? So it also works from dmenu
# Could also accept my fate... Home-manager doesn't necessarily make it easy to put things out of the home directory
historySize = 100000;
historyFile = "${config.xdg.cacheHome}/shell_history";
historyFile = "${config.xdg.stateHome}/shell_history";
in
{