From e7c597993679013fb4edc2890c88cd1f36897af8 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 7 Nov 2023 20:25:44 +0100 Subject: [PATCH] Fix arrow --- nushell/env.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "└▷"