From 0e193d430b056f57a32e016e4c9d5911f6debe7f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 12:54:19 -0700 Subject: [PATCH] Fix misquotes. --- rc_shared.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc_shared.sh b/rc_shared.sh index b52f895..aaab80b 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -8,12 +8,12 @@ export PATH="$PATH:~/bin-shared:~/.bin-shared" # PS1 Colors export PURPLE="`tput setaf 55`" -export ORANGE="`tput setaf 208"` +export ORANGE="`tput setaf 208`" export GREEN="`tput setaf 34`" export RED="`tput setaf 196`" -export SCARLET="`tput setaf 16"0` -export YELLOW="`tput setaf 226"` +export SCARLET="`tput setaf 160`" +export YELLOW="`tput setaf 226`" export GRAY="`tput setaf 243`"