From 891d6373b1dcd42e197fd32af164979da49c56a2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 9 Aug 2016 21:14:04 +1200 Subject: Adjust color for pdksh prompt --- pdksh/kshrc.d/prompt.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdksh') 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 || -- cgit v1.2.3