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)─>