################################################################## # # .login file # ################################################################## # # General Terminal Characteristics. # #stty -crterase #stty -tabs #stty erase '^?' tset -e # # Environment variables. # setenv PRINTER none biff y # # Set Terminal Type. # # This part of the shell script attempts to determine the exact # terminal type. If you are logged in at a console, it is # presumed that you wish to use Suntools; otherwise, your are # asked to type the terminal type. Three choices are provided # as to the terminal type: sun, h19 and vt100. One can also # type in any valid termcap entry and the terminal type will be # set appropriately. # setenv TERMCAP /etc/termcap setenv TERM vt100 set term=$TERM tset $TERM if ( -e ~/.mylogin ) source ~/.mylogin