Fixed up the prompt sigil itself.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user