config/jrnl: Remove extra journals & colorzie output
This commit is contained in:
parent
6acfa9f8be
commit
34c0003771
|
@ -1,8 +1,8 @@
|
||||||
colors:
|
colors:
|
||||||
body: none
|
body: none
|
||||||
date: none
|
date: green
|
||||||
tags: none
|
tags: yellow
|
||||||
title: none
|
title: blue
|
||||||
default_hour: 0
|
default_hour: 0
|
||||||
default_minute: 0
|
default_minute: 0
|
||||||
editor: nvim
|
editor: nvim
|
||||||
|
@ -11,10 +11,8 @@ highlight: true
|
||||||
indent_character: '|'
|
indent_character: '|'
|
||||||
journals:
|
journals:
|
||||||
default: ~/daten/Dropbox/dokumente/notes/journal/jrnl.txt
|
default: ~/daten/Dropbox/dokumente/notes/journal/jrnl.txt
|
||||||
life: ~/daten/Dropbox/dokumente/notes/journal/life.txt
|
|
||||||
nug: ~/daten/Dropbox/dokumente/notes/journal/nugnug.txt
|
nug: ~/daten/Dropbox/dokumente/notes/journal/nugnug.txt
|
||||||
work: ~/daten/Dropbox/dokumente/notes/journal/work.txt
|
linewrap: 99
|
||||||
linewrap: 79
|
|
||||||
tagsymbols: '@'
|
tagsymbols: '@'
|
||||||
template: false
|
template: false
|
||||||
timeformat: '%Y-%m-%d %H:%M'
|
timeformat: '%Y-%m-%d %H:%M'
|
||||||
|
|
Loading…
Reference in New Issue