about summary refs log tree commit diff
path: root/StartupFiles/zshenv
diff options
context:
space:
mode:
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)