Remove colors since they are now shared.

This commit is contained in:
2026-03-28 12:08:51 -07:00
parent e280bd7a49
commit 4031be218c

View File

@@ -157,18 +157,7 @@
# 20251201 - Add colors. # 20251201 - Add colors.
# This helps to determine the color palette numbers: # This helps to determine the color palette numbers:
# https://robotmoon.com/bash-prompt-generator/ # https://robotmoon.com/bash-prompt-generator/
PURPLE=`tput setaf 5` # Colors have been moved to env-shared project's .rc_shared file.
ORANGE=`tput setaf 214`
GREEN=`tput setaf 2`
RED=`tput setaf 9`
SCARLET=`tput setaf 1`
YELLOW=`tput setaf 226` # 11 does not seem to work
GRAY=`tput setaf 8`
RESET=`tput sgr0`
BOLD=`tput bold`
if [[ "$USER" == "root" || $UID == 0 ]]; then if [[ "$USER" == "root" || $UID == 0 ]]; then
CLR_BRACKETS=$BOLD$YELLOW CLR_BRACKETS=$BOLD$YELLOW