Add colors for PS1 prompts.

This commit is contained in:
2026-03-28 12:08:16 -07:00
parent 6ed7475c02
commit 513c0d6fac

View File

@@ -10,6 +10,20 @@
# Environment Usability # Environment Usability
export PATH="$PATH:~/bin-shared:~/.bin-shared" export PATH="$PATH:~/bin-shared:~/.bin-shared"
# PS1 Colors
PURPLE=`tput setaf 55`
ORANGE=`tput setaf 208`
GREEN=`tput setaf 34`
RED=`tput setaf 196`
SCARLET=`tput setaf 160`
YELLOW=`tput setaf 226`
GRAY=`tput setaf 243`
RESET=`tput sgr0`
BOLD=`tput bold`
## Aliases ## ## Aliases ##