1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +02:00

25304: Richard Hartmann: dont go beyond 80 columns in new user script

This commit is contained in:
Peter Stephenson 2008-07-18 11:50:29 +00:00
parent 0409391c7d
commit a6d838f902
2 changed files with 7 additions and 1 deletions

View file

@ -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,

View file

@ -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