# HPUX_ID: @(#)37.2 86/12/17 # @(#)d.login 37.2 86/06/04 # Default user .login file ( /bin/csh initialization ) -- edited by GTL # # makes all files you create write protected from others umask 022 # # sets the search path for commands you use set path=(. $home/bin /nfs/zippy/usr1/users/class/cs342/public/bin \ /bin /usr/bin /usr/local/bin /usr/bin/X11 /usr/etc) # # make backspace (^H) the erase character, etc. stty erase ^h intr ^c kill ^u hupcl ixon ixoff # # the following 3 lines will prompt you for a terminal type when # you login remotely. The default is chosen as vt100. set noglob; eval `tset -s -Q -m 'unknown:?vt100' ` set term=$TERM set noclobber # # remembers the last 20 commands you executed set history=20