diff --git a/home-manager/cli/zsh.nix b/home-manager/cli/zsh.nix index 39799c3..3f14b12 100644 --- a/home-manager/cli/zsh.nix +++ b/home-manager/cli/zsh.nix @@ -6,10 +6,10 @@ defaultKeymap = "viins"; enableCompletion = true; history = { - expireDuplicatesFirst = true; + ignoreAllDups = true; save = 10000; share = true; - path = ".local/share/zsh/history"; + path = "$HOME/.local/share/zsh/history"; }; historySubstringSearch = { enable = true;