diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-09 21:08:47 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-09 21:08:47 +0100 |
commit | 1a4565f83795b6eb77a2eb68b5953d04773db7a6 (patch) | |
tree | 84aab4a07fec10096898094d0c7d96e64f5d8b13 | |
parent | fa03a54a95eee2491aa690e177b87fab572f9178 (diff) |
Fixed path
Diffstat (limited to '')
-rw-r--r-- | taskopenrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ TASKBIN='task' # If you sync tasks NOTES_FOLDER should be a location that syncs and is available to # other computers, i.e. /users/dropbox/tasknotes # NOTES_FOLDER to store notes in, must already exist! -NOTES_FOLDER="$HOME/Documents/textnotes" +NOTES_FOLDER="$HOME/Documents/tasknotes" # Preferred extension for tasknotes NOTES_EXT=".md" |