From be428558d710006eaefb36f09ad18e23299574cd Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 7 Nov 2022 20:43:12 +0000 Subject: [PATCH] Move option to correct section --- nix-conf/home/includes/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''