diff options
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; |