From 52e1483e81a7754e6904080124dc24bfd5649fd1 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 27 Apr 2002 16:59:54 +0000 Subject: Remove references to "zsh 2.7", change "Generic" to "Example". --- StartupFiles/zlogin | 5 ++++- StartupFiles/zshenv | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'StartupFiles') 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 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) -- cgit 1.4.1