Change Correct prompt

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-25 18:48:15 +02:00
parent 4b8afe70d1
commit f72521bf0f

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? [Yes, No, Abort, Edit] "
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [y(es), n(o), a(bort), e(dit)] "
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]