aboutsummaryrefslogtreecommitdiff
path: root/pdksh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 21:14:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 21:15:00 +1200
commit891d6373b1dcd42e197fd32af164979da49c56a2 (patch)
treea16ea408c98dc819eb086a06c19260af27a57432 /pdksh
parentImprove commenting/exit handling in binscripts (diff)
downloaddotfiles-891d6373b1dcd42e197fd32af164979da49c56a2.tar.gz
dotfiles-891d6373b1dcd42e197fd32af164979da49c56a2.zip
Adjust color for pdksh prompt
Diffstat (limited to 'pdksh')
-rw-r--r--pdksh/kshrc.d/prompt.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdksh/kshrc.d/prompt.ksh b/pdksh/kshrc.d/prompt.ksh
index 5e942211..561242ad 100644
--- a/pdksh/kshrc.d/prompt.ksh
+++ b/pdksh/kshrc.d/prompt.ksh
@@ -39,7 +39,7 @@ prompt() {
# Check if we have non-bold bright green available
256)
format=$( {
- : "${PROMPT_COLOR:=27}"
+ : "${PROMPT_COLOR:=12}"
tput AF "$PROMPT_COLOR" ||
tput setaf "$PROMPT_COLOR" ||
tput AF "$PROMPT_COLOR" 0 0 ||