################################################################## # # .login file # # Read in after the .cshrc file when you log in. # Not read in for subsequent shells. For setting up # terminal and global environment characteristics. # ################################################################## # Modify search path. # set path = ( . $path ) # General terminal characteristics. # #stty -crterase #stty -tabs #stty crt #stty erase '^h' #stty werase '^?' #stty kill '^[' #stty new # Environment variables. # #setenv EXINIT 'set sh=/bin/csh sw=4 ai report=2' #setenv MORE '-c' #setenv PRINTER lw # Commands to perform at login. # #w # see who is logged in