@@ -27,24 +27,24 @@ if test -t 1; then
2727 COLOR_C=6 # color code - CYAN
2828 COLOR_N=246 # color code - NEUTRAL (GRAY)
2929
30- BG_R=" $( tput setab $COLOR_R ) " # Background - RED
31- BG_G=" $( tput setab $COLOR_G ) " # Background - GREEN
32- BG_Y=" $( tput setab $COLOR_Y ) " # Background - YELLOW
33- BG_B=" $( tput setab $COLOR_B ) " # Background - BLUE
34- # BG_M="$(tput setab $COLOR_M)" # Background - MAGENTA
35- # BG_C="$(tput setab $COLOR_C)" # Background - CYAN
36- BG_N=" $( tput setab $COLOR_N ) " # Background - NEUTRAL (GRAY)
30+ export BG_R=" $( tput setab $COLOR_R ) " # Background - RED
31+ export BG_G=" $( tput setab $COLOR_G ) " # Background - GREEN
32+ export BG_Y=" $( tput setab $COLOR_Y ) " # Background - YELLOW
33+ export BG_B=" $( tput setab $COLOR_B ) " # Background - BLUE
34+ export BG_M=" $( tput setab $COLOR_M ) " # Background - MAGENTA
35+ export BG_C=" $( tput setab $COLOR_C ) " # Background - CYAN
36+ export BG_N=" $( tput setab $COLOR_N ) " # Background - NEUTRAL (GRAY)
3737
38- # FG_R="$(tput setaf $COLOR_R)" # Foreground - RED
39- # FG_G="$(tput setaf $COLOR_G)" # Foreground - GREEN
40- # FG_Y="$(tput setaf $COLOR_Y)" # Foreground - YELLOW
41- # FG_B="$(tput setaf $COLOR_B)" # Foreground - BLUE
42- FG_M=" $( tput setaf $COLOR_M ) " # Foreground - MAGENTA
43- FG_C=" $( tput setaf $COLOR_C ) " # Foreground - CYAN
44- FG_N=" $( tput setaf $COLOR_N ) " # Foreground - NEUTRAL (GRAY)
38+ export FG_R=" $( tput setaf $COLOR_R ) " # Foreground - RED
39+ export FG_G=" $( tput setaf $COLOR_G ) " # Foreground - GREEN
40+ export FG_Y=" $( tput setaf $COLOR_Y ) " # Foreground - YELLOW
41+ export FG_B=" $( tput setaf $COLOR_B ) " # Foreground - BLUE
42+ export FG_M=" $( tput setaf $COLOR_M ) " # Foreground - MAGENTA
43+ export FG_C=" $( tput setaf $COLOR_C ) " # Foreground - CYAN
44+ export FG_N=" $( tput setaf $COLOR_N ) " # Foreground - NEUTRAL (GRAY)
4545
46- BOLD=" $( tput bold) "
47- RESET=" $( tput sgr0) "
46+ export BOLD=" $( tput bold) "
47+ export RESET=" $( tput sgr0) "
4848 fi
4949fi
5050
0 commit comments