Modernize the tty/line prompt.
This commit is contained in:
@ -11,7 +11,7 @@ set host_color="ansi:12"
|
||||
set user_color="ansi:14"
|
||||
set at_color="${dim_cyan}"
|
||||
set path_color="ansi:10"
|
||||
set line_color="${dim_red}"
|
||||
set line_color="ansi:1"
|
||||
set prompt_color="reset"
|
||||
set depth_color="${dim_yellow}"
|
||||
|
||||
@ -19,7 +19,6 @@ 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 depth_color_seq="${color_start}${depth_color}${color_end}"
|
||||
|
||||
###########################
|
||||
|
Reference in New Issue
Block a user