From 06db52c8bfd2523134b895639a1978d0db46d5fc Mon Sep 17 00:00:00 2001 From: Jens Nolte <git@queezle.net> Date: Tue, 14 Sep 2021 00:55:00 +0200 Subject: [PATCH] zsh: set more history options --- layers/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layers/zsh.nix b/layers/zsh.nix index 31ef9ec..f7fdd12 100644 --- a/layers/zsh.nix +++ b/layers/zsh.nix @@ -85,6 +85,8 @@ in "hist_ignore_all_dups" "inc_append_history" "hist_fcntl_lock" + "hist_ignore_space" + "hist_reduce_blanks" ]; programs.zsh.shellInit = '' -- GitLab