From f0f6a84e589a3db3cff1de51f52ad593d2584367 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 27 Sep 2022 05:30:42 +0200 Subject: zsh: Fix HISTFILE location --- user/settings/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 362f70fe..049f2748 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -42,7 +42,7 @@ in history = { expireDuplicatesFirst = true; extended = true; - path = "\${XDG_DATA_HOME}/zsh/history"; + path = ".local/share/zsh/history"; save = 20000; size = 10000; share = false; -- cgit 1.4.1