zsh: Fix HISTFILE location
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/settings/zsh.nix → user/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;