diff --git a/zsh/.config/zsh/options.zsh b/zsh/.config/zsh/options.zsh index 659b21c..7c19442 100644 --- a/zsh/.config/zsh/options.zsh +++ b/zsh/.config/zsh/options.zsh @@ -4,6 +4,7 @@ setopt autocd # history options setopt append_history setopt hist_ignore_all_dups +setopt hist_ignore_space # command correction setopt correctall