summaryrefslogtreecommitdiff
path: root/bin/v-editor
diff options
context:
space:
mode:
Diffstat (limited to 'bin/v-editor')
-rwxr-xr-xbin/v-editor7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/v-editor b/bin/v-editor
deleted file mode 100755
index 5001b8a..0000000
--- a/bin/v-editor
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-(if [ -n "$DISPLAY" ]; then
- ${VISUAL:-$SELECTED_EDITOR} $@
-else
- ${EDITOR:-$SELECTED_EDITOR} $@
-fi) || ${ALTERNATE_EDITOR:-false} $@