From: Samir Benmendil Date: Sat, 22 Oct 2022 15:08:48 +0000 (+0100) Subject: zsh: reduce blanks in history X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/be9749becef0e21833ff99fb7205162112088db6 zsh: reduce blanks in history --- 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