all repos — nixfiles @ f0f6a84e589a3db3cff1de51f52ad593d2584367

System and user configuration, managed by nix and home-manager

zsh: Fix HISTFILE location
Alan Pearce alan@alanpearce.eu
Tue, 27 Sep 2022 05:30:42 +0200
commit

f0f6a84e589a3db3cff1de51f52ad593d2584367

parent

ca5f6de7a96c90ff269323ad00d567bb65bd9e03

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -42,7 +42,7 @@     history = {
       expireDuplicatesFirst = true;
       extended = true;
-      path = "\${XDG_DATA_HOME}/zsh/history";
+      path = ".local/share/zsh/history";
       save = 20000;
       size = 10000;
       share = false;