From 680e93e737adbb2cdf683f2f4baa5e567f6b8cf8 Mon Sep 17 00:00:00 2001 From: Emil Sit Date: Sun, 5 Apr 2009 22:03:00 -0400 Subject: [PATCH] Don't set sort command in default todo.cfg. Instead of directly setting a value in todo.cfg, let the user know what the default is and how to customize it. This allows developers the flexibility of changing the default in todo.sh without having to worry about fixing people's config files. Signed-off-by: Emil Sit --- todo.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/todo.cfg b/todo.cfg index e151213..e41de59 100644 --- a/todo.cfg +++ b/todo.cfg @@ -49,4 +49,7 @@ export TMP_FILE="$TODO_DIR/todo.tmp" # export PRI_C=$LIGHT_BLUE # color for C priority # export PRI_X=$WHITE # color for rest of them -export TODOTXT_SORT_COMMAND='env LC_COLLATE=C sort -f -k2' # customize list output +# === BEHAVIOR === + +## customize list output +# export TODOTXT_SORT_COMMAND='env LC_COLLATE=C sort -f -k2'