zsh: add UNDERLINE to colors

pull/6/head
bretello 2022-03-26 15:51:57 +01:00
parent 492205e86b
commit d1be12fa3e
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ BCyan='\e[1;36m' # Cyan
BWhite='\e[1;37m' # White
# Underline
if command -v tput &>/dev/null; then
UNDERLINE="$(tput smul)"
fi
UBlack='\e[4;30m' # Black
URed='\e[4;31m' # Red
UGreen='\e[4;32m' # Green