sync .bashrc with calliope; make blue un-bold

This commit is contained in:
Lexi / Zoe 2019-04-30 20:33:28 +02:00
parent 26604181f8
commit 3a75ea237d
2 changed files with 24 additions and 2 deletions

View file

@ -115,8 +115,9 @@ lscat() {
# Define colors for bash prompt (will also be used in .bashrc.local)
TRED='\[\e[0;31m\]' # Red
TGREEN='\[\e[0;32m\]' # Green
TBLUE='\[\e[0;34m\]' # Blue
TGREENB='\[\e[1;32m\]' # Green bold
TCYANB='\[\e[1;36m\]' # Cyan bold
TBLUE='\[\e[1;34m\]' # Blue
TWHITEB='\[\e[1;37m\]' # White bold
TRESET='\[\e[0m\]' # Text Reset
@ -131,5 +132,5 @@ fi
[[ -f ~/.bashrc.local ]] && source ~/.bashrc.local
# Clean up environment variables
unset TRED TGREEN TCYANB TBLUE TWHITEB TRESET
unset TRED TGREEN TBLUE TGREENB TCYANB TWHITEB TRESET