about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index a70d7a9..7152b93 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -29,6 +29,7 @@
     enableCompletion = true;
     enableAutosuggestions = true;
     defaultKeymap = "emacs";
+    expireDuplicatesFirst = true;
     history = {
       size = 100000;
       save = 100000;