diff --git a/.config/todo/config b/.config/todo/config index 5b5cf39..100b35c 100644 --- a/.config/todo/config +++ b/.config/todo/config @@ -1,7 +1,7 @@ #!/bin/sh # Your todo.txt directory -export TODO_DIR=/home/adam/Documents/todo +export TODO_DIR=$HOME/Documents/todo # Your todo/done/report.txt locations export TODO_FILE="$TODO_DIR/todo.txt"