From 0a1512c2308dc47f114c693183aec6b277afd269 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 9 May 2026 15:42:19 +0200 Subject: Reintroduce xedit, move alg to scripts --- scripts/xedit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/xedit (limited to 'scripts/xedit') diff --git a/scripts/xedit b/scripts/xedit new file mode 100755 index 0000000..3f68f24 --- /dev/null +++ b/scripts/xedit @@ -0,0 +1,9 @@ +#!/bin/sh + +# My X editor +# Requires: terminal + +editor=${EDITOR:-${VISUAL:-vi}} +xed=${XEDIT:-"terminal "$editor""} + +$xed "$@" -- cgit v1.3