aboutsummaryrefslogtreecommitdiff
path: root/xedit
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-10 18:38:59 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-10 18:38:59 +0100
commitcb8f9102498eddb8cd3cb907a2d64dd344a92910 (patch)
tree91dca7118da7bcf34a146a155ea8a7faa8b7a9a6 /xedit
parent53f313bbdc7fb7d6af99d3e7f91c3c5a3bc66538 (diff)
downloadscripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.tar.gz
scripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.zip
Removed environment variables for default programs. Some have been replaced by their own script.
Diffstat (limited to 'xedit')
-rwxr-xr-xxedit8
1 files changed, 8 insertions, 0 deletions
diff --git a/xedit b/xedit
new file mode 100755
index 0000000..d456be8
--- /dev/null
+++ b/xedit
@@ -0,0 +1,8 @@
1#!/bin/sh
2
3# My X editor
4# Requires: terminal
5
6editor=${EDITOR:-${VISUAL:-vi}}
7
8terminal $editor

Generated with cgit - Back to sebastiano.tronto.net