From f72521bf0f768a4df385feb4e0afca04b133d629 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 25 Sep 2020 18:48:15 +0200 Subject: [PATCH] Change Correct prompt --- dotfiles/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 8637f49..6d37afb 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -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]