zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@zsh.org
Subject: Re: newuser recommended config option
Date: Wed, 30 Jun 2010 13:19:06 +0000	[thread overview]
Message-ID: <20100630131906.GA21382@scru.org> (raw)
In-Reply-To: <20100630130623.GA21133@scru.org>

On Wed, Jun 30, 2010 at 01:06:23PM +0000, Clint Adams wrote:
> Someone also pointed out that zshrc.recommended sorts "better" than
> recommended.zshrc.

In the interests of immediately undermining that, I aim to avoid
confusing anyone by implying that this file should be a
recommended global zshrc.

Index: Functions/Newuser/zsh-newuser-install
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Newuser/zsh-newuser-install,v
retrieving revision 1.10
diff -u -r1.10 zsh-newuser-install
--- Functions/Newuser/zsh-newuser-install	30 Jun 2010 13:08:14 -0000	1.10
+++ Functions/Newuser/zsh-newuser-install	30 Jun 2010 13:16:31 -0000
@@ -954,7 +954,7 @@
   print -r "
 (1)  Continue to the main menu.
 "
-  if [[ -f /etc/zsh/zshrc.recommended ]]; then
+  if [[ -f /etc/zsh/newuser.zshrc.recommended ]]; then
     print -r "
 (2)  Populate your $zdmsg/.zshrc with the configuration recommended
      by the system administrator and exit (you will need to edit
@@ -978,7 +978,7 @@
     ;;
 
     (2)
-    cp /etc/zsh/zshrc.recommended $zd/.zshrc
+    cp /etc/zsh/newuser.zshrc.recommended $zd/.zshrc
     source $zd/.zshrc
     return 0
     ;;


      reply	other threads:[~2010-06-30 13:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-04 20:16 Clint Adams
2010-06-06 17:33 ` Peter Stephenson
2010-06-30 13:06   ` Clint Adams
2010-06-30 13:19     ` Clint Adams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100630131906.GA21382@scru.org \
    --to=clint@zsh.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).