Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: newuser recommended config option
- X-seq: zsh-workers 28062
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: newuser recommended config option
- Date: Wed, 30 Jun 2010 13:19:06 +0000
- In-reply-to: <20100630130623.GA21133@xxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20100604201657.GA18893@xxxxxxxx> <20100606183358.2441e4a1@pws-pc> <20100630130623.GA21133@xxxxxxxx>
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
;;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author