mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
delete tab character and trailing whitespace
accidentally used a literal tab for when defining a color instead of 4 spaces
This commit is contained in:
parent
f281da1821
commit
804c2ca509
1 changed files with 11 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ clear
|
|||
UNDERLINE='\e[4m'
|
||||
RESET='\e[0m' # Reset text to default appearance
|
||||
# High intensity colors:
|
||||
BRED='\e[91m'
|
||||
BRED='\e[91m'
|
||||
BGREEN='\e[92m'
|
||||
BYELLOW='\e[93m'
|
||||
BPURPLE='\e[95m'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue