From 5afd734dcbc70c9889cfc6da9c8322c34f2ddd06 Mon Sep 17 00:00:00 2001 From: Matt Henkel Date: Tue, 1 Feb 2011 11:08:29 -0700 Subject: [PATCH] Change the default TODO_DIR so that it's the same as the todo.sh dir. This change makes todo.sh work out-of-the-box, and allows for excellent portable usage within Dropbox or on a flash drive. --- todo.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.cfg b/todo.cfg index f7bf658..2b3fa53 100644 --- a/todo.cfg +++ b/todo.cfg @@ -2,7 +2,7 @@ # Your todo.txt directory #export TODO_DIR="/Users/gina/Documents/todo" -export TODO_DIR="C:/Documents and Settings/gina/My Documents" +export TODO_DIR=`dirname $0` # Your todo/done/report.txt locations export TODO_FILE="$TODO_DIR/todo.txt"