diff options
Diffstat (limited to 'xedit')
| -rwxr-xr-x | xedit | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -4,5 +4,6 @@ | |||
| 4 | # Requires: terminal | 4 | # Requires: terminal |
| 5 | 5 | ||
| 6 | editor=${EDITOR:-${VISUAL:-vi}} | 6 | editor=${EDITOR:-${VISUAL:-vi}} |
| 7 | xed=${XEDIT:-'terminal "$editor"'} | ||
| 7 | 8 | ||
| 8 | terminal "$editor" "$@" | 9 | $xed "$@" |
