about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-08-28 09:57:13 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-08-28 09:57:13 +0100
commit88cbe57395dbd30948231d39af7ef7cc450ca28d (patch)
tree1acd94f9b77617945d1448db77dd28a6eb9bb7c7 /nix-conf
parentae0681a73e272e6666e8d8969fc08f6271ffee21 (diff)
downloaddotfiles-88cbe57395dbd30948231d39af7ef7cc450ca28d.tar.gz
Turn on zsh HIST_IGNORE_SPACE option
Diffstat (limited to 'nix-conf')
-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 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;