diff options
Diffstat (limited to 'bin/v-editor')
-rwxr-xr-x | bin/v-editor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/v-editor b/bin/v-editor index 86d1f50..5001b8a 100755 --- a/bin/v-editor +++ b/bin/v-editor @@ -4,4 +4,4 @@ ${VISUAL:-$SELECTED_EDITOR} $@ else ${EDITOR:-$SELECTED_EDITOR} $@ -fi) || ${ALTERNATE_EDITOR:-false} $@
\ No newline at end of file +fi) || ${ALTERNATE_EDITOR:-false} $@ |