fix: AGENDA_EDITOR is ignored

Fixes #1
This commit is contained in:
2023-11-16 20:02:31 +01:00
parent a37c926cd5
commit 62008a66ff

2
agenda
View File

@@ -2,7 +2,7 @@
set -euo pipefail set -euo pipefail
# The editor used to edit agenda note files. # The editor used to edit agenda note files.
AGENDA_EDITOR=${VISUAL:-${EDITOR:-vi}} AGENDA_EDITOR=${AGENDA_EDITOR:-${VISUAL:-${EDITOR:-vi}}}
# The home of all files read and written by agenda. # The home of all files read and written by agenda.
# #