Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit f34e02c641 - Show all commits
+9 -9
View File
@@ -7,18 +7,18 @@
export PATH="$PATH:~/bin-shared:~/.bin-shared"
# PS1 Colors
PURPLE=`tput setaf 55`
ORANGE=`tput setaf 208`
GREEN=`tput setaf 34`
export PURPLE=`tput setaf 55`
export ORANGE=`tput setaf 208`
export GREEN=`tput setaf 34`
RED=`tput setaf 196`
SCARLET=`tput setaf 160`
YELLOW=`tput setaf 226`
export RED=`tput setaf 196`
export SCARLET=`tput setaf 160`
export YELLOW=`tput setaf 226`
GRAY=`tput setaf 243`
export GRAY=`tput setaf 243`
RESET=`tput sgr0`
BOLD=`tput bold`
export RESET=`tput sgr0`
export BOLD=`tput bold`
## Aliases ##