diff options
-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" |