aboutsummaryrefslogtreecommitdiff
path: root/pdksh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-09 23:27:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-09 23:27:43 +1300
commit605aaa99fa28a130a8a57a5ff0bf09456defc3bf (patch)
treee6f17b0086d559c5df167130f669e41c73949a0f /pdksh
parentPort prompt SHLVL behaviour to zsh (diff)
downloaddotfiles-605aaa99fa28a130a8a57a5ff0bf09456defc3bf.tar.gz
dotfiles-605aaa99fa28a130a8a57a5ff0bf09456defc3bf.zip
Fix accuracy of comment
Diffstat (limited to 'pdksh')
-rw-r--r--pdksh/pdkshrc.d/prompt.pdksh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdksh/pdkshrc.d/prompt.pdksh b/pdksh/pdkshrc.d/prompt.pdksh
index fd99c5f7..540ca9ac 100644
--- a/pdksh/pdkshrc.d/prompt.pdksh
+++ b/pdksh/pdkshrc.d/prompt.pdksh
@@ -43,7 +43,7 @@ prompt() {
# Prepare reset code
reset=$(tput sgr0 || tput me)
- # Check if we have non-bold bright green available
+ # Check if we have non-bold bright yellow available
if ((colors >= 16)) ; then
format=$(
: "${PROMPT_COLOR:=11}"
@@ -53,7 +53,7 @@ prompt() {
tput AF "$PROMPT_COLOR" 0 0
)
- # If we have only eight colors, use bold green
+ # If we have only eight colors, use bold yellow
elif ((colors >= 8)) ; then
format=$(
: "${PROMPT_COLOR:=3}"