#.login -- sample .login file for new users
#$Header:.login 12.0$
#$ACIS:.login 12.0$
#$Source: /ibm/acis/usr/src/usr.skel/RCS/.login,v $
#Note: .login is read AFTER .cshrc
#
# ---------- setup the command search path ----------
#
set path = ( . /usr/ucb /bin /usr/bin /usr/local /usr/ibm /usr/new)
#
# ---------- setup terminal characteristics ----------
#
echo "Please confirm (or change) your terminal type."
loop:
# This non-obvious line does the tset.
set noglob; eval `tset -e^H -s \?$TERM`
if ($TERM == "unknown") goto loop
#
# ---------- setup command prompt ----------
#
if ($?prompt) set prompt = ${USER}\(!\)' '
#
# ---------- any messages? ---------
#
msgs -qf
#
# ---------- any new notes? ---------
# if you are running notes and want to see if there are any new notes
# remove the "#" on the next line
#checknotes -q
#
# ---------- check disk quotas --------
# if this system is running with disk quotas then
# remove the "#" on the next line
#quota -q
#
#You may add other stuff to your copy of this file here.
