From e9ad0938f8dc1ec3cdf55b4df8d1a8fdf9a76f03 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 10 Aug 2020 12:43:20 +0200 Subject: [PATCH] added todo config --- .todo/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.todo/config b/.todo/config index ced8cc5..70ea7e5 100644 --- a/.todo/config +++ b/.todo/config @@ -2,7 +2,7 @@ # Your todo.txt directory (this should be an absolute path) #export TODO_DIR="/Users/gina/Documents/todo" -export TODO_DIR="$HOME/.todo" +export TODO_DIR="$HOME/Nextcloud/todo" # Your todo/done/report.txt locations export TODO_FILE="$TODO_DIR/todo.txt"