# ~/.login: executed by csh for login shells. # Get standard aliases and functions if ( -f /etc/csh.cshrc ) then source /etc/csh.cshrc endif if ( -f $HOME/.cshrc ) then source $HOME/.cshrc endif # Set PATH so it includes user's private bin if it exists # if ( -d ~/bin ) then # set PATH = "~/bin:${PATH}" # endif # Set MANPATH so it includes users' private man if it exists # if ( -d ~/man ) then # MANPATH = "~/man:${MANPATH}" # endif # Set INFOPATH so it includes users' private info if it exists # if ( -d ~/info ) then # INFOPATH = "~/info:${INFOPATH}" # endif # Get auxiliary build procedure aliases and functions if ( -f $HOME/.tools ) then source $HOME/.tools endif # User specific environment and startup programs #unset USERNAME