nightmorph 07/10/18 18:11:11 Modified: zsh.xml Log: proper coding style, no content change
Revision Changes Path 1.6 xml/htdocs/doc/en/zsh.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?r1=1.5&r2=1.6 Index: zsh.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zsh.xml 16 Jul 2007 02:39:48 -0000 1.5 +++ zsh.xml 18 Oct 2007 18:11:11 -0000 1.6 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v 1.5 2007/07/16 02:39:48 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v 1.6 2007/10/18 18:11:11 nightmorph Exp $ --> <guide link="/doc/en/zsh.xml" lang="en"> <title>zsh Configuration and Installation Guide</title> @@ -360,10 +360,11 @@ <body> <p> -Once we have customized <c>zsh</c> the way we like it, it is a good idea to -save these options as the <c>zsh</c> defaults for the system. -One possible way to achieve this is to write our settings in the -<path>/etc/zsh/zshrc</path> script. Alternatively, we could make them the defaults for our account only be editing <path>~/.zshrc</path>. +Once we have customized <c>zsh</c> the way we like it, it is a good idea to save +these options as the <c>zsh</c> defaults for the system. One possible way to +achieve this is to write our settings in the <path>/etc/zsh/zshrc</path> script. +Alternatively, we could make them the defaults for our account only be editing +<path>~/.zshrc</path>. </p> <pre caption="An example zshrc"> -- [EMAIL PROTECTED] mailing list
