From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1840 invoked by alias); 30 Jun 2010 13:19:22 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28062 Received: (qmail 25059 invoked from network); 30 Jun 2010 13:19:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at zsh.org does not designate permitted sender hosts) Date: Wed, 30 Jun 2010 13:19:06 +0000 From: Clint Adams To: zsh-workers@zsh.org Subject: Re: newuser recommended config option Message-ID: <20100630131906.GA21382@scru.org> References: <20100604201657.GA18893@scru.org> <20100606183358.2441e4a1@pws-pc> <20100630130623.GA21133@scru.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100630130623.GA21133@scru.org> User-Agent: Mutt/1.5.18 (2008-05-17) 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 ;;