all repos — nixfiles @ f0f6a84e589a3db3cff1de51f52ad593d2584367

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

zsh: Fix HISTFILE location

Alan Pearce
commit

f0f6a84e589a3db3cff1de51f52ad593d2584367

parent

ca5f6de7a96c90ff269323ad00d567bb65bd9e03

1 file changed, 1 insertion(+), 1 deletion(-)

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;