Add command correction

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-04 18:07:10 +02:00
parent 2f2b20235c
commit 0ec519730c

View file

@ -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.