added todo config

This commit is contained in:
Jonas Forsberg 2020-08-10 12:43:20 +02:00
parent 9f3db5fe03
commit e9ad0938f8
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -2,7 +2,7 @@
# Your todo.txt directory (this should be an absolute path) # 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="$HOME/.todo" export TODO_DIR="$HOME/Nextcloud/todo"
# Your todo/done/report.txt locations # Your todo/done/report.txt locations
export TODO_FILE="$TODO_DIR/todo.txt" export TODO_FILE="$TODO_DIR/todo.txt"