Skip to content

Commit

Permalink
Change PS1 to fiz error RRR in blesh
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed May 19, 2024
1 parent c0098fa commit b8f6f2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions usr/share/biglinux/bash-config/blerc
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ bleopt history_lazyload=1
## "prompt_ps1_transient" is effective only when the current working directory
## did not change since the last command line.

blueBg="\[\e[44m\]"
blueFg="\[\e[34m\]"
blueBg="\[\e[39m\]"
blueFg="\[\e[19m\]"

blackFg="\[\e[30m\]"
whiteFg="\[\e[37m\]"
Expand All @@ -166,7 +166,9 @@ nameFg="\[\e[38;5;248m\]"
if [[ -n $CHROME_DESKTOP ]]; then
PS1="$systemBg$blueFg \u@\h $systemFg$blueBg$blackFg$blueBg\w $fmtReset$blueFg$fmtReset "
else
PS1="$systemBg$blueFg$systemFg$blueBg$blackFg$blueBg\w $fmtReset$blueFg$fmtReset "
PS1="
$systemBg$blueFg \t \w
$systemFg$blueBg$systemBg$blueFg \u $blackFg$blueBg$fmtReset$systemFg$fmtReset "
fi


Expand Down

0 comments on commit b8f6f2a

Please sign in to comment.