diff options
Diffstat (limited to 'scripts/xedit')
| -rwxr-xr-x | scripts/xedit | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/xedit b/scripts/xedit deleted file mode 100755 index 3f68f24..0000000 --- a/scripts/xedit +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # My X editor | ||
| 4 | # Requires: terminal | ||
| 5 | |||
| 6 | editor=${EDITOR:-${VISUAL:-vi}} | ||
| 7 | xed=${XEDIT:-"terminal "$editor""} | ||
| 8 | |||
| 9 | $xed "$@" | ||
