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.
This commit is contained in:
Ashley Blackmore
2015-03-09 21:21:35 +01:00
parent 837ce22937
commit 2c279b65b1

View File

@@ -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")