mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-23 12:01:30 +01:00
zsh: add UNDERLINE to colors
This commit is contained in:
parent
492205e86b
commit
d1be12fa3e
|
@ -23,6 +23,9 @@ BCyan='\e[1;36m' # Cyan
|
||||||
BWhite='\e[1;37m' # White
|
BWhite='\e[1;37m' # White
|
||||||
|
|
||||||
# Underline
|
# Underline
|
||||||
|
if command -v tput &>/dev/null; then
|
||||||
|
UNDERLINE="$(tput smul)"
|
||||||
|
fi
|
||||||
UBlack='\e[4;30m' # Black
|
UBlack='\e[4;30m' # Black
|
||||||
URed='\e[4;31m' # Red
|
URed='\e[4;31m' # Red
|
||||||
UGreen='\e[4;32m' # Green
|
UGreen='\e[4;32m' # Green
|
||||||
|
|
Loading…
Reference in New Issue
Block a user