diff options
Diffstat (limited to 'bin/v-editor')
-rwxr-xr-x | bin/v-editor | 7 |
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} $@ |