Sample .login file

This is a pretty good .login to have on rabbit. You can remove any parts that are not of interest to you, or just leave them in, they won't do any harm. Just create a file called .login with any editor, and make this stuff be its contents. Make sure the long lines don't get split. .login files are automatically executed every time you log in, but only when you log in. After creating the file for the first time, give the command source .login just this once to get it executed manually.
set path = (. /sbin /bin /usr/local/simsys /usr/sbin /usr/bin /usr/local/bin /usr/X11R6/bin) 
setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"
umask 077
set prompt="$ "
set history=100
set savehist=100
set histdup=erase
alias pico "pico -bw"
alias javac /users/local/linux-jdk1.3.1/bin/javac
alias java /users/local/linux-jdk1.3.1/bin/java