Skip to content

Commit

Permalink
Rename default inbox from todo.md to TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basilioss committed Apr 24, 2023
1 parent 072523e commit 32d3600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ die() {
# If inbox isn't specified, use default.
# If it doesn't exist, ask to create.
set_inbox() {
_default_inbox="${dir}/todo.md"
_default_inbox="${dir}/TODO.md"
inbox="${inbox:-$_default_inbox}"

if [ ! -f "${inbox}" ]; then
Expand Down

0 comments on commit 32d3600

Please sign in to comment.