User name colour prompt updated.

This commit is contained in:
2022-06-05 03:12:22 -04:00
parent b9764bd8a6
commit b96eb5ca34
3 changed files with 12 additions and 5 deletions

View File

@ -9,7 +9,7 @@ set text_color="reset"
set oldp_color="${dim}"
set brace_color="ansi:11"
set host_color="ansi:12"
set name_color="${bright_cyan}"
set user_color="ansi:14"
set at_color="${dim_cyan}"
set path_color="ansi:10"
set line_color="${dim_red}"
@ -21,7 +21,6 @@ set color_start="%{"
set color_end="%}"
set oldp_color_seq="${color_start}${oldp_color}${color_end}"
set name_color_seq="${color_start}${name_color}${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}"