Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Minimal patch for zsh-newuser-install



Hi all,

the initial 'we need to set up your shell' notice of zsh-newuser-install
is wider than 80 chars. The attached patch fixes this.
In all honesty, it is probably faster to just do it by hand, though :p


Richard
--- zsh-newuser-install_old	2008-07-18 13:40:16.816507821 +0200
+++ zsh-newuser-install_new	2008-07-18 13:41:19.676507625 +0200
@@ -927,7 +927,8 @@
 # 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


Messages sorted by: Reverse Date, Date, Thread, Author