# User terminal defaults for the graphical Antler GEM Terminal.
if test -z "$TERM"; then TERM=ansi; export TERM; fi
TERMCAP=/etc/termcap; export TERMCAP
EDITOR=vi; export EDITOR
VISUAL=vi; export VISUAL
