diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 8d2ea43..853deee 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -3,6 +3,9 @@ stty stop undef # Disable ctrl-s to freeze terminal +autoload -U colors && colors +setopt correct +export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [Yes, No, Abort, Edit] " # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.