Use $HOME for TODO_DIR for cross-platform compat

This commit is contained in:
Adam Goldsmith 2019-01-31 16:48:57 -05:00
parent 22bcad793c
commit e30521c371
1 changed files with 1 additions and 1 deletions

View File

@ -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"