From 7da96bfee99b0d64b0a291054bd716e57f168180 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 7 Jun 2021 20:22:01 +0200 Subject: xnew: use $VISUAL as well as $EDITOR Closes #212. --- xnew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xnew b/xnew index 8473d48..428725e 100755 --- a/xnew +++ b/xnew @@ -94,4 +94,4 @@ EOF echo "}" >>$srcdir/$PKG/template done -exec ${EDITOR:-vi} +3 $srcdir/$PKG/template +exec ${VISUAL:-${EDITOR:-vi}} +3 $srcdir/$PKG/template -- cgit 1.4.1