aboutsummaryrefslogtreecommitdiff
path: root/xedit
diff options
context:
space:
mode:
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