Fix arrow
This commit is contained in:
parent
0ddc7b2a6c
commit
e7c5979936
|
@ -25,7 +25,7 @@ def create_left_prompt [] {
|
|||
let time_color = ansi magenta_bold
|
||||
let time_segment = date now | format date ' [%H:%M] '
|
||||
|
||||
let arrow_color = ansi magenta
|
||||
let arrow_color = ansi magenta_bold
|
||||
let first_line_arrow = "┌──"
|
||||
let second_line_arrow = "└▷"
|
||||
|
||||
|
|
Loading…
Reference in New Issue