Skip to content

Commit

Permalink
faster
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 10, 2023
1 parent d3e97ea commit 7d9fcbf
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions usr/share/biglinux/bash-config/blerc
Original file line number Diff line number Diff line change
Expand Up @@ -147,27 +147,29 @@
## "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\]"

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
Expand Down

0 comments on commit 7d9fcbf

Please sign in to comment.