nightmorph 06/10/18 20:18:47 Modified: zsh.xml Log: removed unnecessary code listing; zsh already sources the file by default. thanks to welp for reporting on IRC
Revision Changes Path 1.2 xml/htdocs/doc/en/zsh.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/zsh.xml?r1=1.1&r2=1.2 Index: zsh.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- zsh.xml 3 Sep 2006 19:41:14 -0000 1.1 +++ zsh.xml 18 Oct 2006 20:18:47 -0000 1.2 @@ -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.1 2006/09/03 19:41:14 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/zsh.xml,v 1.2 2006/10/18 20:18:47 nightmorph Exp $ --> <guide link="/doc/en/zsh.xml" lang="en"> @@ -29,8 +29,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1</version> -<date>2006-09-03</date> +<version>2</version> +<date>2006-10-18</date> <chapter> <title>Installation</title> @@ -383,14 +383,6 @@ prompt gentoo </pre> -<p> -The last thing we need to do is set the zshrc script as executable: -</p> - -<pre caption="Making zshrc executable"> -% <i>chmod a+x /etc/zsh/zshrc</i> -</pre> - </body> </section> </chapter> -- [email protected] mailing list
