Fix arrow

This commit is contained in:
Thomas Forgione 2023-11-07 20:25:44 +01:00
parent 0ddc7b2a6c
commit e7c5979936
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "└▷"