Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: zsh.xml
Date: Thu, 18 Oct 2007 18:21:51
Message-Id: E1IiZpv-0001CP-6r@stork.gentoo.org
1 nightmorph 07/10/18 18:11:11
2
3 Modified: zsh.xml
4 Log:
5 proper coding style, no content change
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/zsh.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?r1=1.5&r2=1.6
13
14 Index: zsh.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- zsh.xml 16 Jul 2007 02:39:48 -0000 1.5
21 +++ zsh.xml 18 Oct 2007 18:11:11 -0000 1.6
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v 1.5 2007/07/16 02:39:48 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v 1.6 2007/10/18 18:11:11 nightmorph Exp $ -->
27
28 <guide link="/doc/en/zsh.xml" lang="en">
29 <title>zsh Configuration and Installation Guide</title>
30 @@ -360,10 +360,11 @@
31 <body>
32
33 <p>
34 -Once we have customized <c>zsh</c> the way we like it, it is a good idea to
35 -save these options as the <c>zsh</c> defaults for the system.
36 -One possible way to achieve this is to write our settings in the
37 -<path>/etc/zsh/zshrc</path> script. Alternatively, we could make them the defaults for our account only be editing <path>~/.zshrc</path>.
38 +Once we have customized <c>zsh</c> the way we like it, it is a good idea to save
39 +these options as the <c>zsh</c> defaults for the system. One possible way to
40 +achieve this is to write our settings in the <path>/etc/zsh/zshrc</path> script.
41 +Alternatively, we could make them the defaults for our account only be editing
42 +<path>~/.zshrc</path>.
43 </p>
44
45 <pre caption="An example zshrc">
46
47
48
49 --
50 gentoo-doc-cvs@g.o mailing list