diff options
-rwxr-xr-x | bin/editor | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ exec_editor() { } exec_editor "$TEXTEDITOR" "$@" +exec_editor "$VISUAL" "$@" +exec_editor "$EDITOR" "$@" [ -n "$GNOME_DESKTOP_SESSION_ID" ] && exec_editor gedit "$@" [ -n "$KDE_FULL_SESSION" ] && exec_editor kwrite "$@" exec_editor kwrite "$@" |