From 938bbc1ec274eb7b7bbe0261fd7867015e2b1c50 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sat, 17 Jul 2010 09:47:39 +0200 Subject: [PATCH] Aligned PRI_X comment with updated one in config. As an addendum to commit 9b7f85bea18e2636730af8f1165f3321746829b7. --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index a614cb7..315987a 100755 --- a/todo.sh +++ b/todo.sh @@ -468,7 +468,7 @@ export DEFAULT='\\033[0m' export PRI_A=$YELLOW # color for A priority export PRI_B=$GREEN # color for B priority export PRI_C=$LIGHT_BLUE # color for C priority -export PRI_X=$WHITE # color for rest of them +export PRI_X=$WHITE # color unless explicitly defined # Default highlight colors. export COLOR_DONE=$LIGHT_GREY # color for done (but not yet archived) tasks