Make the prompt char itself have no colour (dim/reset).

This commit is contained in:
2022-05-18 00:09:21 -04:00
parent b958dcbfc9
commit 3ee79caa83

View File

@ -13,7 +13,7 @@ set name_color="${bright_cyan}"
set at_color="${dim_cyan}"
set path_color="${bright_green}"
set line_color="${dim_red}"
set prompt_color="${dim_white}"
set prompt_color="${dim}"
set depth_color="${dim_yellow}"
set command_color="${dim}"