aboutsummaryrefslogtreecommitdiff
path: root/xedit
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-23 10:01:15 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-23 10:01:15 +0100
commit7d3dc968b6183f51dc2594c80450372f0c8fb811 (patch)
tree955b6be59884229125a63f070e16992dc5a79ca1 /xedit
parent20bbe3418e71556ff2d14623cbbf047c0bd55855 (diff)
downloadscripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.tar.gz
scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.zip
Changes for new laptop
Diffstat (limited to '')
-rwxr-xr-xxedit3
1 files changed, 2 insertions, 1 deletions
diff --git a/xedit b/xedit
index 9438aa8..4fb3114 100755
--- a/xedit
+++ b/xedit
@@ -4,5 +4,6 @@
4# Requires: terminal 4# Requires: terminal
5 5
6editor=${EDITOR:-${VISUAL:-vi}} 6editor=${EDITOR:-${VISUAL:-vi}}
7xed=${XEDIT:-'terminal "$editor"'}
7 8
8terminal "$editor" "$@" 9$xed "$@"

Generated with cgit - Back to sebastiano.tronto.net