zsh-workers
 help / color / mirror / code / Atom feed
* Minimal patch for zsh-newuser-install
@ 2008-07-18 11:44 Richard Hartmann
  0 siblings, 0 replies; only message in thread
From: Richard Hartmann @ 2008-07-18 11:44 UTC (permalink / raw)
  To: Zsh hackers list

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix_message_width.patch --]
[-- Type: text/x-diff; name=fix_message_width.patch, Size: 618 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-18 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-18 11:44 Minimal patch for zsh-newuser-install Richard Hartmann

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).