From 75622c4a72477c170a5ecc094136f5c6dc0093b7 Mon Sep 17 00:00:00 2001 From: Mark Harrison Date: Mon, 22 Jun 2009 22:26:16 -0400 Subject: [PATCH] Support use of $HOME/.todo/ for all todo.sh configuration --- todo.sh | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/todo.sh b/todo.sh index 8dfa206..6b8ad25 100755 --- a/todo.sh +++ b/todo.sh @@ -1,7 +1,7 @@ #! /bin/bash -# NOTE: Todo.sh requires the todo.cfg configuration file to run. -# Place the todo.cfg file in your home directory or use the -d option for a custom location. +# NOTE: Todo.sh requires the .todo/config configuration file to run. +# Place the .todo/config file in your home directory or use the -d option for a custom location. [ -f VERSION-FILE ] && . VERSION-FILE || VERSION="@DEV_VERSION@" version() { sed -e 's/^ //' <