head	3.1;
branch	3.1.0;
access;
symbols;
locks;
comment	@# @;


3.1
date	96.10.30.23.41.13;	author hzoli;	state Exp;
branches
	3.1.0.0;
next	3.0;

3.0
date	96.10.30.23.39.35;	author hzoli;	state Exp;
branches
	3.0.1.0;
next	;

3.0.1.0
date	96.10.30.23.40.21;	author hzoli;	state Exp;
branches;
next	;

3.1.0.0
date	96.10.30.23.41.58;	author hzoli;	state Exp;
branches;
next	;


desc
@zshenv
@


3.1
log
@# branch point
@
text
@#
# $Id: zshenv,v 3.0.1.0 1996/10/30 23:40:21 hzoli 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 ~ .)
@


3.1.0.0
log
@# create 3.1.0 branch
@
text
@d2 1
a2 1
# $Id: zshenv,v 3.1 1996/10/30 23:41:13 hzoli Exp $
@


3.0
log
@# bounce the revision numbers to 3.0
@
text
@d2 1
a2 1
# $Id: zshenv,v 2.0 1996/05/02 22:57:04 hzoli Exp $
@


3.0.1.0
log
@# create 3.0.1 branch
@
text
@d2 1
a2 1
# $Id: zshenv,v 3.0 1996/10/30 23:39:35 hzoli Exp $
@
