From c4bb8fce15f895b60040963a083fde2822929ab5 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 9 Jul 2017 00:16:53 +0200 Subject: [PATCH] correction: Enhance correction prompt with colors --- default_plugins/correction/correction.zshrc | 2 ++ 1 file changed, 2 insertions(+) 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]? " -- 2.39.2