diff options
-rw-r--r-- | v-editor.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/v-editor.sh b/v-editor.sh index ef6f0a1..b1a32cc 100644 --- a/v-editor.sh +++ b/v-editor.sh @@ -3,5 +3,3 @@ (if [ -n "$DISPLAY" ]; then eval ${VISUAL:-$SELECTED_EDITOR} "$@" else eval ${EDITOR:-$SELECTED_EDITOR} "$@" fi) || eval ${ALTERNATE_EDITOR:-false} "$@" - - |