diff --git a/home/zsh/options.zsh b/home/zsh/options.zsh index 6187f46..e1e31f4 100644 --- a/home/zsh/options.zsh +++ b/home/zsh/options.zsh @@ -10,5 +10,7 @@ setopt rcquotes setopt autoresume # Append commands to history as they are exectuted setopt inc_append_history_time +# Remove useless whitespace from commands +setopt hist_reduce_blanks # Those options aren't wanted unsetopt beep extendedglob notify