aboutsummaryrefslogtreecommitdiffstats
path: root/SOURCE/CORE/core-edit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCE/CORE/core-edit.sh')
-rw-r--r--SOURCE/CORE/core-edit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/SOURCE/CORE/core-edit.sh b/SOURCE/CORE/core-edit.sh
index 20765f1..1fc4222 100644
--- a/SOURCE/CORE/core-edit.sh
+++ b/SOURCE/CORE/core-edit.sh
@@ -16,6 +16,7 @@ editnote() {
echo "editing note $TITLE"
# shellcheck disable=SC2086,SC2091
$(${TERMINAL} ${TERM_OPTS} ${EDITOR} ${NOTESDIR}/${FILE})
+ gitedit
else
echo "note not found"
exit 1