Shorten TODO template headings
[khome.git] / home / lib / login_functions.sh
index 4e99f7f..d6f739d 100644 (file)
@@ -440,12 +440,12 @@ $(date '+%F %A')
 ===============================================================================
 
 -------------------------------------------------------------------------------
-TO FINISH TODAY
+TODAY
 -------------------------------------------------------------------------------
 
 
 -------------------------------------------------------------------------------
-CURRENTLY IMPORTANT
+CURRENT
 -------------------------------------------------------------------------------
 
 
@@ -471,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.029244 seconds and 4 git commands to generate.