aboutsummaryrefslogtreecommitdiff
path: root/bin/td.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/td.sh')
-rw-r--r--bin/td.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/td.sh b/bin/td.sh
index a5a4ab30..6dfbebc0 100644
--- a/bin/td.sh
+++ b/bin/td.sh
@@ -1,7 +1,7 @@
# Manage to-do files with just $EDITOR and git(1)
# Specify the path and file
-dir=${TODO_DIR:-"$HOME"/Todo}
+dir=${TODO_DIR:-"$HOME"/todo}
# If the directory doesn't exist, create it
[ -d "$dir" ] || mkdir -p -- "$dir" || exit