From cb8f9102498eddb8cd3cb907a2d64dd344a92910 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 10 Feb 2022 18:38:59 +0100 Subject: Removed environment variables for default programs. Some have been replaced by their own script. --- xedit | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 xedit (limited to 'xedit') diff --git a/xedit b/xedit new file mode 100755 index 0000000..d456be8 --- /dev/null +++ b/xedit @@ -0,0 +1,8 @@ +#!/bin/sh + +# My X editor +# Requires: terminal + +editor=${EDITOR:-${VISUAL:-vi}} + +terminal $editor -- cgit v1.3