diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit d8874bf14187809b65fe94733fbf6ba5e9a38199
parent 141b648715279583f49efcf0377e26e07281dd48
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 19 May 2021 00:41:56 +0200

remove quotes for editor var in cfg

Diffstat:
Mdiary.1 | 2+-
Mdiary.cfg | 3+--
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/diary.1 b/diary.1 @@ -121,7 +121,7 @@ Install an example config file with defaults: # Date and file format, change with care fmt = %Y-%m-%d # Editor to open journal files with - editor = ""' | sed 's/^[[:space:]]*//' > ${XDG_CONFIG_HOME:-~/.config}/diary/diary.cfg + editor =' | sed 's/^[[:space:]]*//' > ${XDG_CONFIG_HOME:-~/.config}/diary/diary.cfg .fi Use the '#' or ';' characters to comment lines. diff --git a/diary.cfg b/diary.cfg @@ -7,4 +7,4 @@ weekday = 1 # Date and file format, change with care fmt = %Y-%m-%d # Editor to open journal files with -editor = "" -\ No newline at end of file +editor =