commit 30c716a747523d4149a1f9609bf93728e0a8fcac from: the xhr date: Sun May 29 20:07:39 2022 UTC Color prompt yellow commit - 25aece9a6ba6e6097769556df185ff065a655a55 commit + 30c716a747523d4149a1f9609bf93728e0a8fcac blob - 6e4031c440e719f09ecd0eead65597698e58da90 blob + 3fe6497e195cb8cd7b71a7425fd308e2e654898d --- .kshrc +++ .kshrc @@ -460,7 +460,7 @@ fi if [[ $(id -u) -eq 0 ]]; then PS1='\h$PS1_TRENNER\\033[0;101m\u\\033[0m \w [$?]\n\$ ' elif [[ $(whoami) = "xhr" ]]; then - PS1='\h \w$(_polyglot_branch_status) [$?]\n\$ ' + PS1='\h \w$(_polyglot_branch_status) [$?]\n\033[38;5;11m\$\033[m ' else PS1='\h$PS1_TRENNER\u \w$(_polyglot_branch_status) [$?]\n\$ ' fi