about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/includes/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 76b4eb0..4cbb7ed 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -29,10 +29,10 @@
     enableCompletion = true;
     enableAutosuggestions = true;
     defaultKeymap = "emacs";
-    expireDuplicatesFirst = true;
     history = {
       size = 100000;
       save = 100000;
+      expireDuplicatesFirst = true;
     };
 
     envExtra = ''