dotfiles

My configuration files.
Log | Files | Refs | README

commit f55a91c978d555241a61e45e1a0976cd563413db
parent dd1173748f979c50691fefa342def181b13e3f39
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Mon, 30 May 2022 20:08:03 +0200

Change todo path

Diffstat:
Mtodo/.config/todo/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/todo/.config/todo/config b/todo/.config/todo/config @@ -1,7 +1,7 @@ # === EDIT FILE LOCATIONS BELOW === # Your todo.txt directory (this should be an absolute path) -export TODO_DIR="/mnt/webdav/Sven Möller/Documents" +export TODO_DIR="/mnt/webdav/Sven Möller/Documents/todo" # Your todo/done/report.txt locations export TODO_FILE="$TODO_DIR/todo.txt"