<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.zshwiki.org/home/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.zshwiki.org/home/feed.php">
        <title>ZshWiki config</title>
        <description></description>
        <link>http://www.zshwiki.org/home/</link>
        <image rdf:resource="http://www.zshwiki.org/home/lib/images/favicon.ico" />
       <dc:date>2010-09-08T05:37:29+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.zshwiki.org/home/config/files?rev=1262679647"/>
                <rdf:li rdf:resource="http://www.zshwiki.org/home/config/functions?rev=1262679647"/>
                <rdf:li rdf:resource="http://www.zshwiki.org/home/config/prompt?rev=1276665067"/>
                <rdf:li rdf:resource="http://www.zshwiki.org/home/config/start?rev=1262679647"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.zshwiki.org/home/lib/images/favicon.ico">
        <title>ZshWiki</title>
        <link>http://www.zshwiki.org/home/</link>
        <url>http://www.zshwiki.org/home/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.zshwiki.org/home/config/files?rev=1262679647">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T09:20:47+02:00</dc:date>
        <title>config:files</title>
        <link>http://www.zshwiki.org/home/config/files?rev=1262679647</link>
        <description>This question comes up quite often: 

&quot;What do all those config files do? When are they run?&quot;

Okay, it's described in the manpage (/STARTUP FILES) and in the FAQ (q.3.2), but I guess, I'll quickly put a page in the wiki, as well, just to make sure people can find the information.</description>
    </item>
    <item rdf:about="http://www.zshwiki.org/home/config/functions?rev=1262679647">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T09:20:47+02:00</dc:date>
        <title>config:functions</title>
        <link>http://www.zshwiki.org/home/config/functions?rev=1262679647</link>
        <description>In zsh, a function can be kept in a file, like this:


echo &quot;Hello World.&quot;


Say, that's a file called hello somewhere in your $fpath. In that case you can autoload hello and use a function called hello, which will indeed print out &quot;Hello World.&quot;. And that's the whole trick.</description>
    </item>
    <item rdf:about="http://www.zshwiki.org/home/config/prompt?rev=1276665067">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-16T07:11:07+02:00</dc:date>
        <title>config:prompt</title>
        <link>http://www.zshwiki.org/home/config/prompt?rev=1276665067</link>
        <description>Actually, how to setup zsh's prompt is quite accurately described in the manual (PROMPT EXPANSION).

Colors


However, let's look at one thing a *lot* of people get wrong when figuring out
a custom prompt for the first time.

First, when you want to use colors, use the hashes provided by the colors function
described in zshcontrib(1) (here in the manual on the web),
unless you know want you are doing and you need something else (like colors not
covered by that function).</description>
    </item>
    <item rdf:about="http://www.zshwiki.org/home/config/start?rev=1262679647">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T09:20:47+02:00</dc:date>
        <title>config:start</title>
        <link>http://www.zshwiki.org/home/config/start?rev=1262679647</link>
        <description>A section about configuration mechanisms (setopt, $parameters, zstyle etc.) and Startup/Shutdown Files.

zstyle ':completion:*' path  /usr/share/X11/rgb.txt</description>
    </item>
</rdf:RDF>
