From f64cae4188d5b4853cfc89b0c50225e4ae95f50d Mon Sep 17 00:00:00 2001 From: Atomic Coding Date: Sun, 8 Apr 2018 12:11:45 -0700 Subject: [PATCH] Use color names instead of numbers --- modules/completion/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index 0ccca72..6c12777 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -26,7 +26,7 @@ if [[ ! ${TERM} = 'dumb' ]]; then if (( ${+zsprompt} )); then SPROMPT=$zsprompt else - SPROMPT='zsh: correct %F{1}%R%f to %F{2}%r%f [nyae]? ' + SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? ' fi fi