1 # $NetBSD: dot.profile,v 1.1 1998/11/17 02:38:17 jonathan Exp $
2 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
5 # get the terminal type
7 while [ "X${_loop}" = X"" ]; do
9 echo "Setting terminal type. Options:" >& 2
10 echo " vt100 for dumb serial terminal" >& 2
11 echo " xterm for xterm." >& 2
13 eval `tset -s -m ":?$TERM"`
14 if [ "X${TERM}" != X"unknown" ]; then