diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 70236f0..5f2dedc 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -3,6 +3,7 @@ stty stop undef # Disable ctrl-s to freeze terminal +setopt interactivecomments # Add comments to command line as in Bash autoload -U colors && colors setopt correct export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [Yes, No, Abort, Edit] "