Skip to content

Commit

Permalink
checked the whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiuyi-Hong committed Jan 10, 2024
1 parent 5746d47 commit 8eb2e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/pybash/pybash.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ IYellow="\e[1;49;33m"
IWhite="\e[1;49;37m"
BIWhite="\e[1;49;37m"
BICyan="\e[1;49;36m"
IBlue="\e[1;49;34m"
IBlue="\e[1;49;34m"
IPurple="\e[1;49;35m"

#############
Expand Down Expand Up @@ -127,7 +127,7 @@ ____pybash_bottom() {
___pybash_prompt_user_info() {
color=$white
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
info="${IYellow}\u${BICyan}@${IGreen}\h"

printf "%s|%s|%s|%s" "${color}" "${info}" "${white}" "${box}"
}
Expand Down Expand Up @@ -174,7 +174,7 @@ ___pybash_prompt_python() {
# Combine them with a space
info="${py_env} ${py_ver}"

printf "%s|%s|%s|%s" "${color}" "${info}" "${BICyan}" "${box}"
printf "%s|%s|%s|%s" "${color}" "${info}" "${BICyan}" "${box}"
}

___pybash_prompt_ruby() {
Expand Down

0 comments on commit 8eb2e4c

Please sign in to comment.