head	2.0;
access;
symbols
	3_0_1:2.0
	3_0_0:2.0
	3_0-pre6:2.0
	3_0-pre5:2.0
	3_0-pre4:2.0
	beta15:1.5
	beta14:1.5
	beta13:1.5
	beta12:1.5
	beta11:1.5
	beta10:1.5
	3_0-pre3:2.0
	3_0-pre2:2.0
	3_0-pre1:2.0
	beta21:2.0
	beta20:2.0
	beta19:2.0
	beta18:2.0
	beta17:2.0
	beta16:2.0;
locks;
comment	@# @;


2.0
date	96.05.02.22.57.04;	author hzoli;	state Exp;
branches;
next	1.5;

1.5
date	95.03.16.20.02.39;	author coleman;	state Exp;
branches;
next	1.4;

1.4
date	95.03.02.04.54.19;	author coleman;	state Exp;
branches;
next	1.3;

1.3
date	95.02.01.02.52.10;	author coleman;	state Exp;
branches;
next	1.2;

1.2
date	95.02.01.02.51.17;	author coleman;	state Exp;
branches;
next	1.1;

1.1
date	94.10.24.05.07.03;	author zsh;	state Exp;
branches;
next	;


desc
@zlogin
@


2.0
log
@New maintainer: Zoltn Hidvgi <hzoli@@cs.elte.hu>
@
text
@#
# $Id: zlogin,v 1.5 1995/03/16 20:02:39 coleman Exp $
#
# Generic .zlogin file for zsh 2.7
#
# .zlogin is sourced in login shells.  It should
# contain commands that should be executed only in
# login shells.  It should be used to set the terminal
# type and run a series of external commands (fortune,
# msgs, from, etc).
#

clear
stty dec new cr0 -tabs
ttyctl -f  # freeze the terminal modes... can't change without a ttyctl -u
mesg y
uptime
fortune
log
from 2>/dev/null
cat notes
msgs -fp
@


1.5
log
@*** empty log message ***
@
text
@d2 1
a2 1
# $Id$
@


1.4
log
@*** empty log message ***
@
text
@d2 2
a4 3
#
# $Revision$
# $Date: 1995/02/01 02:52:10 $
@


1.3
log
@*** empty log message ***
@
text
@d4 2
a5 2
# $Revsion$
# $Date$
@


1.2
log
@*** empty log message ***
@
text
@d4 3
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# Generic .zlogin file for zsh 2.6
@
