From 88cbe57395dbd30948231d39af7ef7cc450ca28d Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 28 Aug 2024 09:57:13 +0100 Subject: Turn on zsh HIST_IGNORE_SPACE option --- nix-conf/home/includes/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix-conf/home/includes/zsh.nix') diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 153857e..ae568e4 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -35,6 +35,7 @@ in defaultKeymap = "emacs"; history = { expireDuplicatesFirst = true; + ignoreSpace = true; save = 100000; share = true; size = 100000; -- cgit 1.4.1-2-gfad0