Fixed up the prompt sigil itself.

This commit is contained in:
2022-06-05 12:35:21 -04:00
parent 28ca17b30f
commit a9485b4b3b
3 changed files with 11 additions and 6 deletions

View File

@ -12,18 +12,15 @@ set user_color="ansi:14"
set at_color="${dim_cyan}"
set path_color="ansi:10"
set line_color="${dim_red}"
set prompt_color="${dim}"
set prompt_color="reset"
set depth_color="${dim_yellow}"
set command_color="${dim}"
set color_start="%{"
set color_end="%}"
set at_color_seq="${color_start}${at_color}${color_end}"
set line_color_seq="${color_start}${line_color}${color_end}"
set prompt_color_seq="${color_start}${prompt_color}${color_end}"
set depth_color_seq="${color_start}${depth_color}${color_end}"
set command_color_seq="${color_start}${command_color}${color_end}"
###########################
# vim:filetype=tcsh