diff options
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) |