fix: Use tw default dirs

This commit is contained in:
Marty Oehme 2025-04-07 12:45:19 +02:00
parent f4381da420
commit 4227465bfb
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -28,8 +28,8 @@ from tasklib import Task, TaskWarrior
DEFAULTS_DICT = {
"task.rc": "~/.config/task/taskrc",
"task.data": "~/.local/share/task",
"notes.dir": "~/.local/share/task/notes",
"task.data": "~/.task",
"notes.dir": "~/.task/notes",
"notes.ext": "md",
"notes.annot": "Note",
"notes.editor": os.getenv("EDITOR") or os.getenv("VISUAL") or "nano",