Set default editor to vi.
--- a/.env Tue May 14 00:49:35 2019 +0300
+++ b/.env Mon Sep 16 23:04:26 2019 +0300
@@ -6,14 +6,7 @@
export DEBFULLNAME='Oleksandr Gavenko'
export DEBEMAIL='gavenkoa@gmail.com'
-# XXX for mc, cvs, svn, ...
-if command -v et >/dev/null; then
- export EDITOR=et
-elif command -v mcedit >/dev/null; then
- export EDITOR=mcedit
-else
- export EDITOR=vi
-fi
+export EDITOR=vi
# XXX vim and gnome-terminal have support for 256 colours in fedora 8 at least
# Note debian/ubuntu users should install the ncurses-term package to support this