Colors support for git ahead/behind.

This commit is contained in:
2022-11-08 20:13:19 -05:00
parent 39999fa946
commit 007f7a7e26
2 changed files with 20 additions and 3 deletions

View File

@ -19,6 +19,8 @@ set depth_color="ansi:3"
set percent_color="ansi:6"
#${csi}3;4;38;2;255;192;192;58;2;255;255;255m%}
set branch_color="underline italic ffc0c0 ul:white"
set ahead_tracking_color="9f9"
set behind_tracking_color="f99"
alias load_default_prompt_colors source ${CSHENV_DIR}/tcshrc.prompt.colors