commit 957edac57c1975fd46196377edddca19fb384adf from: the xhr date: Thu Jun 02 12:17:47 2022 UTC Another username commit - 5ff5ff724b2f32aee880b5194663b0bc549ca740 commit + 957edac57c1975fd46196377edddca19fb384adf blob - a538ac63956d47c0e37b22700cb78e09e2dc927c blob + 462a0591f5490f30e12cf4d50895205e3ef7d221 --- .kshrc +++ .kshrc @@ -466,7 +466,7 @@ fi if [[ $(id -u) -eq 0 ]]; then PS1='\h$PS1_TRENNER\\033[0;101m\u\\033[0m \w [$?]\n\$ ' -elif [[ $(whoami) = "xhr" ]]; then +elif [[ $(whoami) = "xhr" ]] || [[ $(whoami) = "matthiaschmidt" ]]; then PS1='\h \w$(_polyglot_branch_status)$(_error_code) \033[38;5;11m\$\033[m ' else PS1='\h$PS1_TRENNER\u \w$(_polyglot_branch_status) [$?]\n\$ '