1
0
Fork 0
mirror of synced 2024-11-16 21:15:35 -05:00

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

View file

@ -26,7 +26,7 @@ if [[ ! ${TERM} = 'dumb' ]]; then
if (( ${+zsprompt} )); then if (( ${+zsprompt} )); then
SPROMPT=$zsprompt SPROMPT=$zsprompt
else 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
fi fi