home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9458e7a
)
Prefix daily work log filename with "daily"
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 2 Mar 2021 18:15:56 +0000
(13:15 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 2 Mar 2021 18:15:56 +0000
(13:15 -0500)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
cae7b99
..
01e0ffa
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-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.030674 seconds
and
4
git commands to generate.