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.
This commit is contained in:
Matt Henkel
2011-02-01 11:08:29 -07:00
committed by Gina Trapani
parent 990bc293ba
commit 5afd734dcb

View File

@@ -2,7 +2,7 @@
# Your todo.txt directory # Your todo.txt directory
#export TODO_DIR="/Users/gina/Documents/todo" #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 # Your todo/done/report.txt locations
export TODO_FILE="$TODO_DIR/todo.txt" export TODO_FILE="$TODO_DIR/todo.txt"