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:
d263cae
)
Turn-on spell-check by default on note and work_log
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 31 Oct 2019 19:52:06 +0000
(15:52 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 31 Oct 2019 19:52:06 +0000
(15:52 -0400)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
7c569dc
..
fd9beaf
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-147,13
+147,13
@@
work_log() {
then
work_log_template > "$file_work_log_today"
fi
- vim "$file_work_log_today"
+ vim
-c 'set spell'
"$file_work_log_today"
}
note() {
mkdir -p "$DIR_NOTES"
- vim "$DIR_NOTES/$(date +'%Y_%m_%d--%H_%M_%S%z')--$1.md"
+ vim
-c 'set spell'
"$DIR_NOTES/$(date +'%Y_%m_%d--%H_%M_%S%z')--$1.md"
}
weather() {
This page took
0.029246 seconds
and
4
git commands to generate.