From 2c279b65b1f8aadcc14c2a5abbad5cbfefd14f96 Mon Sep 17 00:00:00 2001 From: Ashley Blackmore Date: Mon, 9 Mar 2015 21:21:35 +0100 Subject: [PATCH] Update todo.cfg The script doesn't seem to expand the tilde for a user's home directory, and instead needs an absolute path. I have added a comment to help new users avoid the same pitfall. --- todo.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.cfg b/todo.cfg index 078c04f..6c6f867 100644 --- a/todo.cfg +++ b/todo.cfg @@ -1,6 +1,6 @@ # === EDIT FILE LOCATIONS BELOW === -# Your todo.txt directory +# Your todo.txt directory (this should be an absolute path) #export TODO_DIR="/Users/gina/Documents/todo" export TODO_DIR=$(dirname "$0")