Fixed clean color for git status

This commit is contained in:
PatTheMav 2018-01-03 20:41:21 +01:00
parent 1bcc6a9196
commit a4215d9d14
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ prompt_minimal2_setup() {
zstyle ':zim:git-info:ahead' format '%f'
zstyle ':zim:git-info:keys' format \
'prompt' '%b%c' \
'color' '$(coalesce "%D" "%V" "%B" "%A" "%{\e[0;3${MINIMAL_OK_COLOR}m%}")'
'color' '$(coalesce "%D" "%V" "%B" "%A" "%{\e[0;3${MNML_OK_COLOR}m%}")'
PROMPT='$(mnml_wrap MNML_PROMPT) '
RPROMPT='$(mnml_wrap MNML_RPROMPT)'