diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-28 09:57:13 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-28 09:57:13 +0100 |
commit | 88cbe57395dbd30948231d39af7ef7cc450ca28d (patch) | |
tree | 1acd94f9b77617945d1448db77dd28a6eb9bb7c7 /nix-conf/home/includes/zsh.nix | |
parent | ae0681a73e272e6666e8d8969fc08f6271ffee21 (diff) | |
download | dotfiles-88cbe57395dbd30948231d39af7ef7cc450ca28d.tar.gz |
Turn on zsh HIST_IGNORE_SPACE option
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
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; |