Add weekday name to work_log template
[khome.git] / home / lib / login_functions.sh
index 41f44b8..47942df 100644 (file)
@@ -140,7 +140,7 @@ gh_clone_repo() {
 
 work_log_template() {
 cat << EOF
-$(date +%F)
+$(date '+%F %A')
 ==========
 
 Morning report
This page took 0.029679 seconds and 4 git commands to generate.