From 7d3dc968b6183f51dc2594c80450372f0c8fb811 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 23 Dec 2024 10:01:15 +0100 Subject: Changes for new laptop --- xedit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xedit') diff --git a/xedit b/xedit index 9438aa8..4fb3114 100755 --- a/xedit +++ b/xedit @@ -4,5 +4,6 @@ # Requires: terminal editor=${EDITOR:-${VISUAL:-vi}} +xed=${XEDIT:-'terminal "$editor"'} -terminal "$editor" "$@" +$xed "$@" -- cgit v1.3