all repos — nixfiles @ b33437969b10090ff0749367d8e7306013f8c887

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

zsh: make HISTFILE path absolute again
Alan Pearce alan@alanpearce.eu
Sun, 09 Oct 2022 10:16:55 +0200
commit

b33437969b10090ff0749367d8e7306013f8c887

parent

2b32c4a90d995b2ba2e367fad39c03739d963fbf

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 = ".local/share/zsh/history";
+      path = "$HOME/.local/share/zsh/history";
       save = 20000;
       size = 10000;
       share = false;