about summary refs log tree commit diff
path: root/StartupFiles/zshenv
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2002-04-27 16:59:54 +0000
committerBart Schaefer <barts@users.sourceforge.net>2002-04-27 16:59:54 +0000
commit52e1483e81a7754e6904080124dc24bfd5649fd1 (patch)
treea9b50800617e82c486a266644b3a4ac8ae2a51d7 /StartupFiles/zshenv
parent8bfa024da9d56e884ea1dbb5fa4b6ecca6b80317 (diff)
downloadzsh-52e1483e81a7754e6904080124dc24bfd5649fd1.tar.gz
zsh-52e1483e81a7754e6904080124dc24bfd5649fd1.tar.xz
zsh-52e1483e81a7754e6904080124dc24bfd5649fd1.zip
Remove references to "zsh 2.7", change "Generic" to "Example".
Diffstat (limited to 'StartupFiles/zshenv')
-rw-r--r--StartupFiles/zshenv5
1 files changed, 4 insertions, 1 deletions
diff --git a/StartupFiles/zshenv b/StartupFiles/zshenv
index 2214b8e59..5feedf902 100644
--- a/StartupFiles/zshenv
+++ b/StartupFiles/zshenv
@@ -1,5 +1,5 @@
 #
-# Generic .zshenv file for zsh 2.7
+# Example .zshenv file for zsh 4.0
 #
 # .zshenv is sourced on all invocations of the
 # shell, unless the -f option is set.  It should
@@ -9,6 +9,9 @@
 # output or assume the shell is attached to a tty.
 #
 
+# THIS FILE IS NOT INTENDED TO BE USED AS /etc/zshenv, NOR WITHOUT EDITING
+return 0	# Remove this line after editing this file as appropriate
+
 export X11HOME=/usr/X11
 
 path=($X11HOME/bin)