Revert to more classic zsh correct prompt

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-03 10:15:40 +01:00
parent fb866d137a
commit 11a2b15a31

View file

@ -5,7 +5,7 @@ stty stop undef # Disable ctrl-s to freeze terminal
setopt interactivecomments # Add comments to command line as in Bash
autoload -U colors && colors # Necessary for SPROMPT
setopt correct
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [y(es), n(o), a(bort), e(dit)] "
export SPROMPT="zsh: correct $fg[red]%R$reset_color to $fg[green]%r$reset_color [nyae]? "
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]