User name colour prompt updated.
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user