Change Correct prompt
This commit is contained in:
parent
4b8afe70d1
commit
f72521bf0f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue