You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#Shell font formatting information
|
|
COLOR_SUFFIX="\033[0m"
|
|
BLACK_PREFIX="\033[30m"
|
|
RED_PREFIX="\033[31m"
|
|
GREEN_PREFIX="\033[32m"
|
|
YELLOW_PREFIX="\033[33m"
|
|
BLUE_PREFIX="\033[34m"
|
|
PURPLE_PREFIX="\033[35m"
|
|
SKY_BLUE_PREFIX="\033[36m"
|