# Shared shell startup for the Antler GEM terminal.
# Loaded from /etc/profile for login shells; small and POSIX-sh compatible.
if test -z "$TERM"; then TERM=ansi; export TERM; fi
TERMCAP=/etc/termcap; export TERMCAP
echo -e "\033[0;37;40m\033[2J\033[H\c"
EDITOR=vi; export EDITOR
VISUAL=vi; export VISUAL
PAGER=more; export PAGER
