From: Alexander Barton Date: Sat, 8 Jul 2017 22:16:53 +0000 (+0200) Subject: correction: Enhance correction prompt with colors X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=c4bb8fce15f895b60040963a083fde2822929ab5 correction: Enhance correction prompt with colors --- diff --git a/default_plugins/correction/correction.zshrc b/default_plugins/correction/correction.zshrc index b2412f6..3f22249 100644 --- a/default_plugins/correction/correction.zshrc +++ b/default_plugins/correction/correction.zshrc @@ -19,3 +19,5 @@ for cmd ( done setopt correct_all + +SPROMPT="$ZSH_NAME: Correct \"$fg[yellow]%R$reset_color\" to \"$fg[green]%r$reset_color\" [$fg_bold[white]nyae$reset_color]? "