From 7d9fcbfbbcd5eabbe15ab3b5a8766ce3a14e4402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Gon=C3=A7alves?= Date: Tue, 10 Oct 2023 00:05:51 -0300 Subject: [PATCH] faster --- usr/share/biglinux/bash-config/blerc | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/usr/share/biglinux/bash-config/blerc b/usr/share/biglinux/bash-config/blerc index d5ae033..edde09b 100644 --- a/usr/share/biglinux/bash-config/blerc +++ b/usr/share/biglinux/bash-config/blerc @@ -147,13 +147,11 @@ ## "prompt_ps1_transient" is effective only when the current working directory ## did not change since the last command line. -# Background Colors -bgBlue="\[\e[44m\]" +blueBg="\[\e[44m\]" +blueFg="\[\e[34m\]" -# Foreground Colors -fgBlack="\[\e[30m\]" -fgBlue="\[\e[34m\]" -fgWhite="\[\e[37m\]" +blackFg="\[\e[30m\]" +whiteFg="\[\e[37m\]" # Reset fmtReset="\[\e[0m\]" @@ -161,13 +159,17 @@ fmtReset="\[\e[0m\]" systemBg="\[\e[48;5;237m\]" systemFg="\[\e[38;5;237m\]" -timeFg="\[\e[38;5;240m\]" +nameBg="\[\e[48;5;248m\]" +nameFg="\[\e[38;5;248m\]" # one line PS1 -PS1="\n$systemFg $systemBg$fgWhite  $systemFg$bgBlue $fgBlack$bgBlue\w $fmtReset$fgBlue$fmtReset\n $ " +PS1="$systemBg$blueFg  $systemFg$blueBg $blackFg$blueBg\w $fmtReset$blueFg$fmtReset " -bleopt prompt_ps1_final="${timeFg} \D{%H:%M:%S} " -#bleopt prompt_ps1_transient=trim +# two lines PS1 +# PS1="\n$systemBg$blueFg  \u $systemFg$blueBg $blackFg$blueBg\w $fmtReset$blueFg$fmtReset\n$systemBg$whiteFg $systemFg$fmtReset$systemFg " + +# bleopt prompt_ps1_final="\D{%H:%M:%S} " +# bleopt prompt_ps1_transient=trim ## The following settings controls the right prompt. "prompt_rps1" specifies ## the contents of the right prompt in the format of PS1. When the cursor