From 27f900076e1eb435541f538e7ac65dec4a97049e Mon Sep 17 00:00:00 2001 From: Sean Patrick Hagen Date: Fri, 17 Jun 2022 12:40:18 -0700 Subject: [PATCH] Some prompt cleanup --- functions/fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index 75e3911..d8aa618 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -909,9 +909,9 @@ function __bobthefish_prompt_golang -S -d 'Display current Go information' if [ "$theme_display_go_actual" = "yes" ] if [ "$actual_go_version" = "0" ] - echo -ns "(NA)" + echo -ns "NA" else - echo -ns "($actual_go_version)" + echo -ns "$actual_go_version" end else echo -ns "$gomod_version" ' '