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:
72902aa
)
Add weekday name to work_log template
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 19 Nov 2019 15:27:40 +0000
(10:27 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 25 Nov 2019 09:58:23 +0000
(
04:58
-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
41f44b8
..
47942df
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-140,7
+140,7
@@
gh_clone_repo() {
work_log_template() {
cat << EOF
-$(date
+%F
)
+$(date
'+%F %A'
)
==========
Morning report
This page took
0.025488 seconds
and
4
git commands to generate.