Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Minimal patch for zsh-newuser-install
- X-seq: zsh-workers 25304
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Minimal patch for zsh-newuser-install
- Date: Fri, 18 Jul 2008 13:44:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=uF3gT/59EbM+DIslu8KTlVMG3kTPe3aYIOhARTczf/c=; b=FJ7zQFaq1ahTSg33xvVYEOLKbYdJs3zl/qwqtB66UorBuFhfrtKpRXhwDOzRUxYKFs Z/IeYRB5e70hsNqBpJzbt0NTWWFobraYchs0lAwQbZ/gYC4UZT1FBSvm/PI7O8VX6uFq JrW0EGpVMQaTTABD5YApXbnLS+zlcmUwoYhF4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=pht1/q2TDijTHvUTLBWq1NtWjJTD9yQTtiCo577KLKahQyJXPObX0YP9f4edI3+vch scDKfzQazjCU+CyhQ9ZbOomjOBlUFFwvLT51G2B3P1z0kcLOxOwTeOY48CKEn8TI8maK uLJwDM0YFaz3ueLCFNTOUrg4GpkIvuCnh7FcY=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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