Some Suggestions for your .cshrc file# some shortcutsalias h historyalias m morealias q lpq -Pgoyaalias l ls -F # this marks directories with / and executables with *set path = ($path ~/bin) # include ~/bin in search path for commandssetenv PRINTER goya # make lpr/lpq/lprm default to goyaA Suggestion for your .login fileecho "The current system load average is:"uptime
You could find more from the below link:http://info.eps.surrey.ac.uk/FAQ/loginfiles.html