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: Wed, 18 Oct 2006 20:18:59
Message-Id: 20061018201848.631C4644F6@smtp.gentoo.org
1 nightmorph 06/10/18 20:18:47
2
3 Modified: zsh.xml
4 Log:
5 removed unnecessary code listing; zsh already sources the file by default. thanks to welp for reporting on IRC
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/zsh.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?r1=1.1&r2=1.2
13
14 Index: zsh.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- zsh.xml 3 Sep 2006 19:41:14 -0000 1.1
21 +++ zsh.xml 18 Oct 2006 20:18:47 -0000 1.2
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.1 2006/09/03 19:41:14 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v 1.2 2006/10/18 20:18:47 nightmorph Exp $ -->
27
28 <guide link="/doc/en/zsh.xml" lang="en">
29
30 @@ -29,8 +29,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1</version>
35 -<date>2006-09-03</date>
36 +<version>2</version>
37 +<date>2006-10-18</date>
38
39 <chapter>
40 <title>Installation</title>
41 @@ -383,14 +383,6 @@
42 prompt gentoo
43 </pre>
44
45 -<p>
46 -The last thing we need to do is set the zshrc script as executable:
47 -</p>
48 -
49 -<pre caption="Making zshrc executable">
50 -% <i>chmod a+x /etc/zsh/zshrc</i>
51 -</pre>
52 -
53 </body>
54 </section>
55 </chapter>
56
57
58
59 --
60 gentoo-doc-cvs@g.o mailing list