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:
2
todo.cfg
2
todo.cfg
@@ -1,6 +1,6 @@
|
|||||||
# === EDIT FILE LOCATIONS BELOW ===
|
# === 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="/Users/gina/Documents/todo"
|
||||||
export TODO_DIR=$(dirname "$0")
|
export TODO_DIR=$(dirname "$0")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user