20240908-5

This commit is contained in:
foozzi 2024-09-08 23:05:47 +02:00
parent 30145ea4eb
commit 5b872ccdcd
2 changed files with 22 additions and 1 deletions

View file

@ -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

View file

@ -109,7 +109,7 @@ alias et="eton"
alias zk="eton zk" alias zk="eton zk"
alias di=" eton diary" alias di=" eton diary"
## toipe (https://github.com/Samyak2/toipe) ## toipe (https://github.com/Samyak2/toipe)
alias to="toipe" alias to="toipe -f ~/Productivity/TextSync/typing_wordlists/most_problems"
## jrnl.sh ## jrnl.sh
alias jrnl=" jrnl" alias jrnl=" jrnl"
alias lj="jrnl -n 3 --format json | jq '.entries[].date'" alias lj="jrnl -n 3 --format json | jq '.entries[].date'"