From b8f6f2aa88d9c5e4d520c6366f6280798c832df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Gon=C3=A7alves?= Date: Sun, 19 May 2024 18:39:44 -0300 Subject: [PATCH] Change PS1 to fiz error RRR in blesh --- usr/share/biglinux/bash-config/blerc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr/share/biglinux/bash-config/blerc b/usr/share/biglinux/bash-config/blerc index ce21fdc..b4e64f0 100644 --- a/usr/share/biglinux/bash-config/blerc +++ b/usr/share/biglinux/bash-config/blerc @@ -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\]" @@ -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