#
# Copyright (c) 1990 Universities Research Association, Inc.        
#       All Rights Reserved                                                    
#
#
# This material resulted from work developed under a Government Contract and   
# is subject to the following license:  The Government retains a paid-up,      
# nonexclusive, irrevocable worldwide license to reproduce, prepare derivative 
# works, perform publicly and display publicly by or for the Government,       
# including the right to distribute to other Government contractors.  Neither  
# the United States nor the United States Department of Energy, nor any of     
# their employees, makes any warrenty, express or implied, or assumes any      
# legal liability or responsibility for the accuracy, completeness, or         
# usefulness of any information, apparatus, product, or process disclosed, or  
# represents that its use would not infringe privately owned rights.

# .login default settings for all users

#@(#) stdlogin 1.7 Delta: 96/03/21 15:07:40 Extraction 96/03/26 10:56:31 @(#)

#
# .login default settings for all users
#
# execute fermi.login first
#
if ( -r /usr/local/etc/fermi.login ) then
	source /usr/local/etc/fermi.login
endif
#
# defines alias for cedit, comment out if not wanted
#
#if ( ! -e ~/.noupsproducts ) then
#	setup cedit
#endif
#
# Next line sets prompt to <machine_name>
#
set prompt="<$MACH_ID> "
#
# The standard fermi.profile does not attempt to include /usr/5bin
# (in SunOS) in your PATH.  /usr/5bin contains the UNIX System V version
# of several commands.  By including /usr/5bin first, you will get the
# System V version before the BSD version.  Uncomment one of the following
# if you so desire:
#
#set path=(/usr/5bin $path)
#set path=($path /usr/5bin)
#
# The savehist & history settings maybe expanded to 100
#
set savehist=20      #save last 20 commands for next session
set history=20       #retain the last 20 commands
#
# Uncomment the following to change...
#
#if ( { tty -s } ) then
	#stty kill '^u'		# sets line kill to <ctrl-u>
	#stty erase '^H'  # sets erase to backspace
	#stty intr '^?'   # sets interrupt to delete
#endif
