From a6d838f902aa6348db8565871507596fa3bbacc6 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 18 Jul 2008 11:50:29 +0000 Subject: 25304: Richard Hartmann: dont go beyond 80 columns in new user script --- Functions/Newuser/zsh-newuser-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Functions/Newuser') diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install index 6e0e30c65..56a48b8e1 100644 --- a/Functions/Newuser/zsh-newuser-install +++ b/Functions/Newuser/zsh-newuser-install @@ -927,7 +927,8 @@ fi # skip initial screen if the function was deliberately run by the user. if [[ $1 != -f ]]; then clear - print -r "This is the Z Shell configuration function for new users, $myname. + print -r "This is the Z Shell configuration function for new users, +$myname. You are seeing this message because you have no zsh startup files (the files .zshenv, .zprofile, .zshrc, .zlogin in the directory $zdmsg). This function can help you with a few settings that should -- cgit 1.4.1