Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: newuser recommended config option



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