Make today the daily todo and todo the current
[khome.git] / home / lib / login_functions.sh
index 97de4b9..6f6f9e0 100644 (file)
@@ -445,7 +445,7 @@ backlog
 EOF
 }
 
-todo() {
+today() {
     local date
     date="$(date +%F)"
     local -r dir="$DIR_TODO/daily"
@@ -459,6 +459,10 @@ todo() {
     cd "$DIR_TODO" && "$EDITOR" "$file"
 }
 
+todo() {
+    cd "$DIR_TODO" && "$EDITOR" TODO
+}
+
 work_log_template() {
 cat << EOF
 $(date '+%F %A')
This page took 0.027634 seconds and 4 git commands to generate.