Use helix as standard editor

This commit is contained in:
2024-02-23 21:45:15 +01:00
parent eaf1382493
commit 970c5a614c
2 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ journal() {
if [[ ! -e $file ]] ; then
cp $journaldir/template.md $file || return
fi
vim +Goyo +PencilSoft $file
$EDITOR $file
}
syncfolder() {