Skip to content

Commit

Permalink
update the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiuyi-Hong committed Jan 10, 2024
1 parent 0646594 commit 5746d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/pybash/pybash.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ____pybash_bottom() {

___pybash_prompt_user_info() {
color=$white
box="${normal}${LineA}\$([[ \$? != 0 ]] && echo \"${IRed}[${IRed}${SX}${IRed}]${normal}${Line}\")${Line}${BICyan}[|${BICyan}]${normal}${Line}"
box="${normal}${LineA}\$([[ \$? != 0 ]] && echo \"${IRed}[${IRed}${SX}${IRed}]${normal}${Line}\")${BICyan}[|${BICyan}]${normal}${Line}"
info="${IYellow}\u${BICyan}@${IGreen}\h" # the @ is changed from IRed to BICyan

printf "%s|%s|%s|%s" "${color}" "${info}" "${white}" "${box}"
Expand Down

0 comments on commit 5746d47

Please sign in to comment.