Use color names instead of numbers

This commit is contained in:
Atomic Coding 2018-04-08 12:11:45 -07:00 committed by GitHub
parent b80ac0714c
commit f64cae4188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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