From 3ccbe6d5b287605081e0119a3fdf36a7a8530d8b Mon Sep 17 00:00:00 2001 From: spongle Date: Sun, 28 Aug 2022 21:01:20 +0100 Subject: [PATCH] . --- shared/bash_profile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shared/bash_profile b/shared/bash_profile index a385540..9d6d644 100755 --- a/shared/bash_profile +++ b/shared/bash_profile @@ -158,10 +158,8 @@ _setprompt() { ;; 2line) # Default PROMPT_COLOR values - : ${PROMPT_COLOR:=Yellow} - : ${PROMPT_COLOR2:=Blue} - C1=${!PROMPT_COLOR} - C2=${!PROMPT_COLOR2} + C1=${Yellow} + C2=${Blue} # ┌(jer@myhost)─(✗)─(10:18 PM Sun Apr 14) # └─(~/dev/git/myproject)─>