From 5b872ccdcd5d133fc2b43ee388844c03f8925b2a Mon Sep 17 00:00:00 2001 From: foozzi Date: Sun, 8 Sep 2024 23:05:47 +0200 Subject: [PATCH] 20240908-5 --- global/.config/jrnl/jrnl.yaml | 21 +++++++++++++++++++++ global/.zshrc | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 global/.config/jrnl/jrnl.yaml diff --git a/global/.config/jrnl/jrnl.yaml b/global/.config/jrnl/jrnl.yaml new file mode 100644 index 0000000..26daa6a --- /dev/null +++ b/global/.config/jrnl/jrnl.yaml @@ -0,0 +1,21 @@ +colors: + body: none + date: black + tags: yellow + title: cyan +default_hour: 9 +default_minute: 0 +editor: nvim +encrypt: true +highlight: true +indent_character: '|' +journals: + default: + display_format: markdown + encrypt: true + journal: /Users/fz0x1/PKM/diary/diary.md +linewrap: 79 +tagsymbols: '@' +template: false +timeformat: '%F %r' +version: v4.1 diff --git a/global/.zshrc b/global/.zshrc index fbae3e7..355fe77 100644 --- a/global/.zshrc +++ b/global/.zshrc @@ -109,7 +109,7 @@ alias et="eton" alias zk="eton zk" alias di=" eton diary" ## toipe (https://github.com/Samyak2/toipe) -alias to="toipe" +alias to="toipe -f ~/Productivity/TextSync/typing_wordlists/most_problems" ## jrnl.sh alias jrnl=" jrnl" alias lj="jrnl -n 3 --format json | jq '.entries[].date'"