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