Shorten TODO template headings
[khome.git] / home / lib / login_functions.sh
index 6f6f9e0..d6f739d 100644 (file)
@@ -439,8 +439,23 @@ cat << EOF
 $(date '+%F %A')
 ===============================================================================
 
+-------------------------------------------------------------------------------
+TODAY
+-------------------------------------------------------------------------------
+
+
+-------------------------------------------------------------------------------
+CURRENT
+-------------------------------------------------------------------------------
 
-backlog
+
+-------------------------------------------------------------------------------
+BLOCKED
+-------------------------------------------------------------------------------
+
+
+-------------------------------------------------------------------------------
+BACKLOG
 -------------------------------------------------------------------------------
 EOF
 }
@@ -456,7 +471,7 @@ today() {
     then
         daily_todo_file_template > "$file"
     fi
-    cd "$DIR_TODO" && "$EDITOR" "$file"
+    cd "$DIR_TODO" && "$EDITOR" $EDITOR_ARGS "$file"
 }
 
 todo() {
This page took 0.022931 seconds and 4 git commands to generate.