From 78e719a632367833e1e776cef2af68dc88f9faa1 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 7 Nov 2022 20:40:32 +0000 Subject: [PATCH] Expires duplicates first from zsh history --- nix-conf/home/includes/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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;