From f235bbf084d2be9a60b51631025ae7152d486541 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Wed, 19 Aug 2026 11:10:32 -0500 Subject: [PATCH] vi and popd/clear fix for nnotes too --- nnotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nnotes b/nnotes index 63c3393..5e7d22b 100755 --- a/nnotes +++ b/nnotes @@ -35,7 +35,7 @@ else echo "$DATEDIR" pushd "$NOTESDIR" > /dev/null printf "\033]2;$NOTETYPE note\a" - $EDITOR + ${EDITOR:-vi} || true # || true so if editor fails we still clear title & popd printf "\033]2;\a" popd > /dev/null fi