20240908-5
This commit is contained in:
parent
30145ea4eb
commit
5b872ccdcd
2 changed files with 22 additions and 1 deletions
21
global/.config/jrnl/jrnl.yaml
Normal file
21
global/.config/jrnl/jrnl.yaml
Normal 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
|
|
@ -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'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue