aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-24 20:52:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-27 20:36:17 +1200
commit3fe99915e399a3949e6732b15d065a5a9c684180 (patch)
tree95d72ecfd2e9ea49077fed2332602e3ec2925c49 /bin
parentMerge branch 'release/v11.19.0' (diff)
downloaddotfiles-3fe99915e399a3949e6732b15d065a5a9c684180.tar.gz
dotfiles-3fe99915e399a3949e6732b15d065a5a9c684180.zip
Lowercase default td(1df) directory
Diffstat (limited to 'bin')
-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