diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Functions/Newuser/zsh-newuser-install | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d7e04e206..b579a9456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-18 Peter Stephenson <pws@csr.com> + + * 25304: Richard Hartmann: Functions/Newuser/zsh-newuser-install: + don't go beyond 80 columns. + 2008-07-17 Peter Stephenson <pws@csr.com> * 25279: Doc/Zsh/func.yo, Functions/Misc/add-zsh-hook, 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 |