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'"