Skip to content

Commit

Permalink
fixed bug ls cannot access '~/.dtodo*' no such file or dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Mar 23, 2022
1 parent 120388e commit 95adae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ function checkExist() { # Check if the current todo file ($tdfile) exists
fi
}

checkExist

tdfile="dtodo" # the todo file to execute the action on
# the todo files are ~/.dtodo-*
# the default todo file is ~/.dtodo

checkExist


function parseArgs() { # parse command line arguments
Expand Down

0 comments on commit 95adae1

Please sign in to comment.