Prefix daily work log filename with "daily"
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 2 Mar 2021 18:15:56 +0000 (13:15 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 2 Mar 2021 18:15:56 +0000 (13:15 -0500)
home/lib/login_functions.sh

index cae7b99..01e0ffa 100644 (file)
@@ -334,7 +334,7 @@ EOF
 
 work_log() {
     mkdir -p "$DIR_WORK_LOG"
-    local -r file_work_log_today="${DIR_WORK_LOG}/$(date +%F).md"
+    local -r file_work_log_today="${DIR_WORK_LOG}/daily-$(date +%F).md"
     if [ ! -f "$file_work_log_today" ]
     then
         work_log_template > "$file_work_log_today"
This page took 0.021047 seconds and 4 git commands to generate.