about summary refs log tree commit diff
path: root/StartupFiles/zlogin
diff options
context:
space:
mode:
Diffstat (limited to 'StartupFiles/zlogin')
-rw-r--r--StartupFiles/zlogin5
1 files changed, 4 insertions, 1 deletions
diff --git a/StartupFiles/zlogin b/StartupFiles/zlogin
index f510fd825..a4015f349 100644
--- a/StartupFiles/zlogin
+++ b/StartupFiles/zlogin
@@ -1,5 +1,5 @@
 #
-# Generic .zlogin file for zsh 2.7
+# Example .zlogin file for zsh 4.0
 #
 # .zlogin is sourced in login shells.  It should
 # contain commands that should be executed only in
@@ -8,6 +8,9 @@
 # msgs, from, etc).
 #
 
+# THIS FILE IS NOT INTENDED TO BE USED AS /etc/zlogin, NOR WITHOUT EDITING
+return 0	# Remove this line after editing this file as appropriate
+
 clear
 stty dec new cr0 -tabs
 ttyctl -f  # freeze the terminal modes... can't change without a ttyctl -u