From be9749becef0e21833ff99fb7205162112088db6 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 22 Oct 2022 16:08:48 +0100 Subject: [PATCH] zsh: reduce blanks in history --- zsh/lib/history.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index c2c2441..4fcfa83 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -7,6 +7,7 @@ setopt extended_history setopt hist_expire_dups_first setopt hist_ignore_dups # ignore duplication command history list setopt hist_ignore_space +setopt hist_reduce_blanks setopt hist_verify setopt share_history # share command history data -- 2.48.1