diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-25 23:41:02 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-25 23:41:02 +0000 |
commit | d3eca43623881efdd3034cf8089c394c81214a65 (patch) | |
tree | 7d722b3d25a217c613508f24735b47b18cdf74f6 /StartupFiles/zshenv | |
parent | 60227908e1f0d98077a56665017caa39021924af (diff) | |
download | zsh-d3eca43623881efdd3034cf8089c394c81214a65.tar.gz zsh-d3eca43623881efdd3034cf8089c394c81214a65.tar.xz zsh-d3eca43623881efdd3034cf8089c394c81214a65.zip |
Discourage use of sample startup files as /etc/z*.
Diffstat (limited to 'StartupFiles/zshenv')
-rw-r--r-- | StartupFiles/zshenv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StartupFiles/zshenv b/StartupFiles/zshenv index 2214b8e59..0f7bb7c3b 100644 --- a/StartupFiles/zshenv +++ b/StartupFiles/zshenv @@ -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) |