diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-09-25 11:05:25 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-09-25 11:05:25 +0200 |
commit | fba8d91e83fb474a911831d796d7108c41dadc9f (patch) | |
tree | 76e532ad253a8a57927cc91d1183206cc91944fc /.config/todo | |
parent | 7c9d885bc41d8f8f3ce8854c09b3ec940c78131f (diff) |
todo: moved todo dir
Diffstat (limited to '.config/todo')
-rw-r--r-- | .config/todo/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/todo/config b/.config/todo/config index be45cfa..e8aae62 100644 --- a/.config/todo/config +++ b/.config/todo/config @@ -1,4 +1,4 @@ -export TODO_DIR=~/Nextcloud/todo +export TODO_DIR=~/Nextcloud/.todo export TODO_FILE="$TODO_DIR/todo.txt" export DONE_FILE="$TODO_DIR/done.txt" export REPORT_FILE="$TODO_DIR/report.txt" |