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.3
	beta14:1.3
	beta13:1.3
	beta12:1.3
	beta11:1.3
	beta10:1.3
	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.3;

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

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

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


desc
@zshenv
@


2.0
log
@New maintainer: Zoltn Hidvgi <hzoli@@cs.elte.hu>
@
text
@#
# $Id: zshenv,v 1.3 1995/03/16 20:02:39 coleman Exp $
#
# Generic .zshenv file for zsh 2.7
#
# .zshenv is sourced on all invocations of the
# shell, unless the -f option is set.  It should
# contain commands to set the command search path,
# plus other important environment variables.
# .zshenv should not contain commands that product
# output or assume the shell is attached to a tty.
#

export X11HOME=/usr/X11

path=($X11HOME/bin)
path=($path /usr/ucb /usr/bin /usr/etc)
path=($path /usr/local/bin)
path=($path ~ .)
@


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


1.2
log
@*** empty log message ***
@
text
@d2 2
a4 3
#
# $Revision$
# $Date$
@


1.1
log
@Initial revision
@
text
@d2 4
a5 1
# Generic .zshenv file for zsh 2.6
@
