Use $HOME for TODO_DIR for cross-platform compat
This commit is contained in:
parent
22bcad793c
commit
e30521c371
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user