diff --git a/nushell/env.nu b/nushell/env.nu index 52246d1..4adebfd 100644 --- a/nushell/env.nu +++ b/nushell/env.nu @@ -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 = "└▷"