# john's .login file sourced after .cshrc # # Set the interrupt character to Ctrl-c and do clean backspacing. # if (-t 0) then # stty intr '^C' echoe # endif stty line 1 erase '^H' kill '^U' intr '^C' echoe # Set the TERM environment variable #eval `tset -s -Q` #if (-e ~/.tset) then # rm ~/.tset #endif #tset -s -Q ... > ~/.tset # source ~/.tset #set prompt = "%n@%m %/> " #set prompt = "[%D%d/%w %p] %B%n@%m %/> %b" #set prompt = " [%d-%D/%w/%y %p] %l %B%n@%m %/%b\n%S\!>%s " set prompt = "%p %B%n@%m %/%b> " set ignoreeof set noclobber set history=250 # Set the default X server. if ($?DISPLAY == 0) then if ($?REMOTEHOST) then setenv DISPLAY ${REMOTEHOST}:0 else setenv DISPLAY :0 endif endif #