From a19b5b9a3f17eb7b3b9f1547360f11152140083b Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 1 Apr 2024 21:15:32 +0200 Subject: [PATCH] home-profile: zsh ignore all hist dups --- configurations/profile/home/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index aac79c4..94b4ca3 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -124,6 +124,7 @@ in size = 100000; share = true; ignoreDups = true; + ignoreAllDups = true; ignoreSpace = true; };