<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Veni, Vidi, VISA - Zsh</title>
    <link>http://strcat.de/blog/</link>
    <description>Friends come and go, but enemies accumulate.</description>
    <dc:language>de</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <webMaster>zsh-feed@strcat.de</webMaster>
<pubDate>Thu, 09 Oct 2008 15:59:52 GMT</pubDate>

    <image>
        <url>http://strcat.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Veni, Vidi, VISA - Zsh - Friends come and go, but enemies accumulate.</title>
        <link>http://strcat.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Buch &quot;Zsh - Die magische Shell&quot; ist da</title>
    <link>http://strcat.de/blog/archives/1270-Buch-Zsh-Die-magische-Shell-ist-da.html</link>
            <category>Linux/Unix</category>
            <category>Misc</category>
            <category>Politik/Presse</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1270-Buch-Zsh-Die-magische-Shell-ist-da.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1270</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1270</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    Guckst Du unter &lt;a href=&quot;https://www.opensourcepress.de/index.php?26&amp;amp;backPID=178&amp;amp;tt_products=198&quot;&gt;https://www.opensourcepress.de/index.php?26&amp;amp;backPID=178&amp;amp;tt_products=198&lt;/a&gt;. Ich wusste bis dato gar nicht das es das Buch ueberhaupt gibt bzw. das an einem solchen geschrieben wird, deswegen wundert es mich umso mehr das ich vorhin eins per Post bekommen hab.&lt;br /&gt;
Wie dem auch sei.. in dem Buch wird u. a. auf &lt;a href=&quot;http://strcat.de/zsh/&quot;&gt;meine &lt;i&gt;Zsh-Seite&lt;/i&gt;&lt;/a&gt; verwiesen und die bedarf dringend eines Updates; bei Interesse und wenn ich Zeit hab, werd ich dann auch meine Dotfiles wieder ausmisten und online stellen. 
    </content:encoded>

    <pubDate>Thu, 09 Oct 2008 13:56:58 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1270-guid.html</guid>
    <category>dotfiles</category>
<category>julius</category>
<category>sven</category>
<category>zshbuch</category>

</item>
<item>
    <title>Tip #152 - simplify and if then else</title>
    <link>http://strcat.de/blog/archives/1269-Tip-152-simplify-and-if-then-else.html</link>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1269-Tip-152-simplify-and-if-then-else.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1269</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1269</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    Man beachte den Titel des Postings &lt;img src=&quot;http://strcat.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;pre&gt;if [[ &quot;$LOGNAME&quot; != davidr ]]&lt;br /&gt;
    then&lt;br /&gt;
        cd /o/inetpub/wwwdev/www.some.co.uk/epsystem/epadmin&lt;br /&gt;
    else&lt;br /&gt;
        cd /c/inetpub/wwwdev/www.some.co.uk/epsystem/epadmin&lt;br /&gt;
if&lt;/pre&gt;&lt;br /&gt;
ist die &lt;i&gt;komplizierte&lt;/i&gt; Version. Die einfache(n) Version(en) ist&lt;br /&gt;
&lt;pre&gt;cd ${${${LOGNAME:#davidr}:+/o}:-/c}/inetpub/wwwdev/www.some.co.uk/epsystem/epadmin&lt;/pre&gt;oder&lt;pre&gt;cd /$([[ &quot;$LOGNAME&quot; != davidr ]] &amp;amp;&amp;amp; echo o || echo c)/inetpub/wwdev/blabla&lt;/pre&gt;&lt;br /&gt;
(Originalthread &lt;a href=&quot;http://www.zsh.org/mla/users/2008/msg00899.html&quot;&gt;zsh-users #00899&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
. o O ( Von wegen meine Einzeiler sind eklig. Ich glaub ich muss meine Dotfiles mal ausmisten und wieder oeffentlich zugaenglich machen ) 
    </content:encoded>

    <pubDate>Mon, 06 Oct 2008 23:03:45 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1269-guid.html</guid>
    <category>dotfiles</category>
<category>if-then</category>
<category>onliner</category>
<category>zsh</category>

</item>
<item>
    <title>Zsh 4.3.6 released</title>
    <link>http://strcat.de/blog/archives/1214-Zsh-4.3.6-released.html</link>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1214-Zsh-4.3.6-released.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1214</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1214</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;blockquote&gt;zsh 4.3.6 has been released.  Thanks for all the bug reports since &lt;br /&gt;
4.3.5, which have meant this release cycle has been particularly quick.                &lt;br /&gt;
&lt;br /&gt;
ftp://ftp.zsh.org/pub/zsh-dev.tar.bz2&lt;br /&gt;
ftp://ftp.zsh.org/pub/zsh-dev.tar.gz&lt;br /&gt;
ftp://ftp.zsh.org/pub/zsh-dev-doc.tar.bz2&lt;br /&gt;
ftp://ftp.zsh.org/pub/zsh-dev-doc.tar.gz&lt;br /&gt;
                                                                                                                                                                                                                    &lt;br /&gt;
Version 4.3.6 contains mostly bug fixes, but there are some small&lt;br /&gt;
improvements.  No incompatibilities with previous versions are known.&lt;br /&gt;
                                                                                                                                                                                                                    &lt;br /&gt;
Visible changes in the shell and its modules since 4.3.5 include the&lt;br /&gt;
following:&lt;br /&gt;
                                                                                                                                                                                                                    &lt;br /&gt;
The parameter subscripting flag &quot;e&quot;, which existed but had limited&lt;br /&gt;
usefulness, has been extended to allow reverse matching of strings instead&lt;br /&gt;
of patterns.  For example, &quot;${array[(ie)*]}&quot; substitutes the index of the&lt;br /&gt;
array element that contains the exact string &quot;*&quot;.  In previous versions of&lt;br /&gt;
the shell a fairly hairy process was necessary to ensure pattern characters&lt;br /&gt;
were quoted.&lt;br /&gt;
                                                                                                                                                                                                                    &lt;br /&gt;
The cd, chdir, pushd and popd builtins now take the option -q (quiet) which&lt;br /&gt;
avoids side effects when changing directories, suppressing the effect of&lt;br /&gt;
the chpwd function, the chpwd_functions array and printing of the directory&lt;br /&gt;
stack.  The last was already possible with the option PUSHD_SILENT, but in&lt;br /&gt;
previous versions of the shell there was no easy way of suppressing the&lt;br /&gt;
other side effects.&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 02 Apr 2008 14:54:37 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1214-guid.html</guid>
    <category>release</category>
<category>zsh</category>

</item>
<item>
    <title>zsh 4.3.5 released</title>
    <link>http://strcat.de/blog/archives/1191-zsh-4.3.5-released.html</link>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1191-zsh-4.3.5-released.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1191</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1191</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.zsh.org/mla/users/2008/msg00144.html&quot;&gt;http://www.zsh.org/mla/users/2008/msg00144.html&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 01 Feb 2008 15:14:28 +0100</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1191-guid.html</guid>
    <category>release</category>
<category>zsh 4.3.5</category>

</item>
<item>
    <title>Ich hasse es meine Dotfiles auszumisten</title>
    <link>http://strcat.de/blog/archives/1178-Ich-hasse-es-meine-Dotfiles-auszumisten.html</link>
            <category>Linux/Unix</category>
            <category>Software</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1178-Ich-hasse-es-meine-Dotfiles-auszumisten.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1178</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1178</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;pre&gt;$ wc -l ~/.mutt/mutt.* ~/.{slrn,vim,screen}rc ~/.zsh/z*&lt;br /&gt;
    50 /home/dope/.mutt/mutt.aliases&lt;br /&gt;
    36 /home/dope/.mutt/mutt.autoview&lt;br /&gt;
   174 /home/dope/.mutt/mutt.bind&lt;br /&gt;
    12 /home/dope/.mutt/mutt.charsets&lt;br /&gt;
   330 /home/dope/.mutt/mutt.color&lt;br /&gt;
   639 /home/dope/.mutt/mutt.general&lt;br /&gt;
    66 /home/dope/.mutt/mutt.gpg&lt;br /&gt;
     9 /home/dope/.mutt/mutt.hard&lt;br /&gt;
   174 /home/dope/.mutt/mutt.headers&lt;br /&gt;
    28 /home/dope/.mutt/mutt.ignores&lt;br /&gt;
     9 /home/dope/.mutt/mutt.jehova&lt;br /&gt;
    30 /home/dope/.mutt/mutt.mailboxes&lt;br /&gt;
    51 /home/dope/.mutt/mutt.mailcap&lt;br /&gt;
   175 /home/dope/.mutt/mutt.misc-hooks&lt;br /&gt;
    40 /home/dope/.mutt/mutt.mlists&lt;br /&gt;
   265 /home/dope/.mutt/mutt.patches&lt;br /&gt;
    37 /home/dope/.mutt/mutt.pop&lt;br /&gt;
   118 /home/dope/.mutt/mutt.save-hooks&lt;br /&gt;
    44 /home/dope/.mutt/mutt.scoring&lt;br /&gt;
    54 /home/dope/.mutt/mutt.smime&lt;br /&gt;
     9 /home/dope/.mutt/mutt.ssl&lt;br /&gt;
    19 /home/dope/.mutt/mutt.unignore&lt;br /&gt;
    12 /home/dope/.mutt/mutt.various&lt;br /&gt;
   947 /home/dope/.slrnrc&lt;br /&gt;
  2025 /home/dope/.vimrc&lt;br /&gt;
   281 /home/dope/.screenrc&lt;br /&gt;
   486 /home/dope/.zsh/zshaliases&lt;br /&gt;
   134 /home/dope/.zsh/zshbindings&lt;br /&gt;
    83 /home/dope/.zsh/zshcompctl&lt;br /&gt;
    77 /home/dope/.zsh/zshdevel&lt;br /&gt;
   712 /home/dope/.zsh/zshexports&lt;br /&gt;
  1144 /home/dope/.zsh/zshfunctions&lt;br /&gt;
    23 /home/dope/.zsh/zshkeep&lt;br /&gt;
   141 /home/dope/.zsh/zshmisc&lt;br /&gt;
   341 /home/dope/.zsh/zshoptions&lt;br /&gt;
   124 /home/dope/.zsh/zshstatusbar&lt;br /&gt;
   162 /home/dope/.zsh/zshstyle&lt;br /&gt;
    22 /home/dope/.zsh/zshzle&lt;br /&gt;
  9083 total&lt;/pre&gt;&lt;br /&gt;
Knapp ~8h saemtliche Dotfiles unter ${HOME} editiert, alte Eintraege entfernt, aktualisiert, neue hinzugefuegt und dokumentiert. Das muss aber jetzt fuer die naechsten drei Jahre wieder reichen. 
    </content:encoded>

    <pubDate>Mon, 07 Jan 2008 18:03:58 +0100</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1178-guid.html</guid>
    <category>dotfiles</category>
<category>narf</category>

</item>
<item>
    <title>Neue fortune-Cookies fuer die Zsh</title>
    <link>http://strcat.de/blog/archives/1151-Neue-fortune-Cookies-fuer-die-Zsh.html</link>
            <category>Oneliners</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1151-Neue-fortune-Cookies-fuer-die-Zsh.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1151</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1151</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    Unter &lt;a href=&quot;http://www.strcat.de/tmp/zsh-fortunes.tar.gz&quot;&gt;http://www.strcat.de/tmp/zsh-fortunes.tar.gz&lt;/a&gt; gibt es fortune-Cookies, welche alle Beispiele von &lt;a href=&quot;http://strcat.de/zsh/&quot;&gt;http://strcat.de/zsh/&lt;/a&gt; enthalten (im Archiv ist die &lt;i&gt;Cookie-Database&lt;/i&gt; und das plain/text - File enthalten). Diese sind ein Update der &lt;a href=&quot;http://strcat.de/blog/archives/200-fortune-Cookies-fuer-die-Zsh.html&quot;&gt;alten fortune Cookies&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Tue, 11 Dec 2007 06:28:46 +0100</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1151-guid.html</guid>
    <category>fortune cookies</category>
<category>zsh</category>

</item>
<item>
    <title>Tip #151 - Finding yesterdays date</title>
    <link>http://strcat.de/blog/archives/1139-Tip-151-Finding-yesterdays-date.html</link>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1139-Tip-151-Finding-yesterdays-date.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1139</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1139</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;pre&gt;$ zsh -c &#039;zmodload zsh/datetime&lt;br /&gt;
          strftime %c $((EPOCHSECONDS-86400))&#039;&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Mon, 03 Dec 2007 18:23:30 +0100</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1139-guid.html</guid>
    <category>datetime</category>
<category>onelinder</category>
<category>zsh</category>

</item>
<item>
    <title>Ich &quot;verstosse gegen Copyrightbestimmungen&quot;</title>
    <link>http://strcat.de/blog/archives/1052-Ich-verstosse-gegen-Copyrightbestimmungen.html</link>
            <category>Linux/Unix</category>
            <category>Privat</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1052-Ich-verstosse-gegen-Copyrightbestimmungen.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1052</wfw:comment>

    <slash:comments>11</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1052</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    Zumindest wurde mir das in einer Mail geschrieben. Es ging naemlich darum, dass ich meine Konfigurationsdateien fuer die Zsh von jemand anderem gestohlen/kopiert, den Copyrightvermerk geaendert und als &lt;i&gt;mein Werk&lt;/i&gt; ausgegeben habe. Der andere (also der, von dem ich die Dotfiles gestohlen habe), hat naemlich die exakt gleichen Konfigurationsdateien schon seit fast zwei Jahren auf seiner Homepage veroeffentlicht.&lt;br /&gt;
Normalerweise wuerde mich sowas nerven, aber mit der Zeit resigniert man einfach. Meine Dotfiles sind ab heute nicht mehr oeffentlich zugaenglich weil ich schlicht und einfach keine Lust mehr habe mit solchen Idioten zu diskutieren. &lt;br /&gt;
&lt;br /&gt;
// edit&lt;br /&gt;
Nur damit ich nicht noch einige male missverstanden werde: Ich nutze das Setup der Zsh wie ich es auf meiner Page veroeffentlicht habe, seit ~2003. Es wurde von mir lediglich nach und nach erweitert/geaendert/angepasst und in mehrer Dateien aufgeteilt. &lt;a href=&quot;http://www.dotfiles.com/files/4/363_dot-zshrc&quot;&gt;setup file for the shell &#039;zsh&#039; (4.1.1)&lt;/a&gt; auf Dotfiles.com ist eine der ersten Versionen die ich irgendwo hochgeladen habe. Wahrscheinlich krieg ich auch noch von irgendwem eine Anzeige weil ich mein Setup auf Dotfiles.com nicht geloescht habe. Ich werde mich in Zukunft aber hueten meine &lt;i&gt;zusammengeklauten&lt;/i&gt; Dotfiles zu veroeffentlichen. Ich krieg sonst noch mehr geschimpft. 
    </content:encoded>

    <pubDate>Sat, 27 Oct 2007 17:55:23 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1052-guid.html</guid>
    <category>dotfiles</category>
<category>idioten</category>
<category>offline</category>

</item>
<item>
    <title>Mit der Zsh geht das..</title>
    <link>http://strcat.de/blog/archives/1045-Mit-der-Zsh-geht-das...html</link>
            <category>Oneliners</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1045-Mit-der-Zsh-geht-das...html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1045</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1045</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;pre&gt;# Mal schnell alle Pics von $PWD nach $PWD/Pics/ verschieben&lt;br /&gt;
  $ mv *(#i).(jp[e]g|gif|png) $PWD/Pics&lt;br /&gt;
&lt;br /&gt;
# Die ganzen Backups der Textdateien (foobar.txt&lt;b&gt;~&lt;/b&gt;) loeschen&lt;br /&gt;
  $ rm **/*~&lt;br /&gt;
&lt;br /&gt;
# &lt;i&gt;mv /var/www/htdocs/homepage/zsh/index.hmlt /var/www/htdocs/homepage/zsh/index.html&lt;/i&gt;&lt;br /&gt;
  $ mv /var/www/htdocs/homepage/zsh/index.{hmlt,html}&lt;br /&gt;
&lt;br /&gt;
# Die MP3s mit lame(1) zu *.wav konvertieren&lt;br /&gt;
  $ zmv -n -p lame -o --decode &#039;(*).mp3&#039; &#039;${1:r}.wav&#039;&lt;/pre&gt;&lt;br /&gt;
Es sind halt die kleinen Dinge im Leben.. 
    </content:encoded>

    <pubDate>Thu, 25 Oct 2007 15:45:35 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1045-guid.html</guid>
    <category>examples</category>
<category>oneliner</category>
<category>zsh</category>

</item>
<item>
    <title>Tip #150 - Show newest directory</title>
    <link>http://strcat.de/blog/archives/1043-Tip-150-Show-newest-directory.html</link>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1043-Tip-150-Show-newest-directory.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1043</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1043</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;pre&gt;ls -ld *(/om[1])&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Wed, 24 Oct 2007 10:45:28 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1043-guid.html</guid>
    <category>directory</category>
<category>oneliner</category>
<category>zsh</category>

</item>
<item>
    <title>Wieso ich meine Dotfiles nicht update</title>
    <link>http://strcat.de/blog/archives/1038-Wieso-ich-meine-Dotfiles-nicht-update.html</link>
            <category>Linux/Unix</category>
            <category>Privat</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1038-Wieso-ich-meine-Dotfiles-nicht-update.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1038</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1038</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    Die Frage &lt;i&gt;wieso ich meine &lt;a href=&quot;http://strcat.de/dotfiles/&quot;&gt;Dotfiles nicht update&lt;/a&gt;&lt;/i&gt;, welche ich heute per Mail bekommen habe, laesst sich ganz leicht beantworten. &lt;b&gt;Es gibt nichts das einem Update bedarf!&lt;/b&gt;. &lt;pre&gt;$ for i in ~/.{vim,slrn,zsh,mutt,screen}rc ~/.mutt/mutt.* ; do head -n 1 $i ; done&lt;br /&gt;
&quot; $Id: .vimrc,v 1.1 2006/09/27 02:13:02 dope Exp dope $            &lt;br /&gt;
% $Id: .slrnrc,v 1.2 2004/05/12 01:59:10 dope Exp dope $           &lt;br /&gt;
# $Id: .zshrc,v 1.17 2003/07/03 18:51:22 dope Exp dope $           &lt;br /&gt;
# $Id: .muttrc,v 1.2 2002/09/21 22:28:45 dope Exp dope $           &lt;br /&gt;
# $Id: .screenrc,v 1.1 2003/06/14 14:45:30 dope Exp dope $         &lt;br /&gt;
# $Id: mutt.aliases,v 1.1 2003/06/19 03:11:59 dope Exp dope $      &lt;br /&gt;
# $Id: mutt.autoview,v 1.1 2003/06/19 03:11:59 dope Exp dope $     &lt;br /&gt;
# $Id: mutt.bind,v 1.1 2003/06/19 03:11:59 dope Exp dope $         &lt;br /&gt;
# $Id: mutt.charsets,v 1.1 2003/06/19 03:11:59 dope Exp dope $     &lt;br /&gt;
# $Id: mutt.color,v 1.2 2003/09/17 13:06:10 dope Exp dope $        &lt;br /&gt;
# $Id: mutt.general,v 1.1 2003/06/19 03:11:59 dope Exp dope $      &lt;br /&gt;
# $Id: mutt.gpg,v 1.1 2003/12/29 07:13:09 dope Exp dope $          &lt;br /&gt;
# $Id: mutt.headers,v 1.1 2003/06/19 03:11:59 dope Exp dope $      &lt;br /&gt;
# $Id: mutt.ignores,v 1.1 2003/06/19 03:11:59 dope Exp dope $      &lt;br /&gt;
# $Id: mutt.mailboxes,v 1.1 2003/06/19 03:11:59 dope Exp dope $    &lt;br /&gt;
# $Id: mutt.mailcap,v 1.2 2003/06/30 14:16:38 dope Exp dope $      &lt;br /&gt;
# $Id: mutt.misc-hooks,v 1.1 2003/09/17 13:07:14 dope Exp dope $   &lt;br /&gt;
# $Id: mutt.mlists,v 1.1 2003/06/19 03:11:59 dope Exp dope $       &lt;br /&gt;
# $Id: mutt.patches,v 1.1 2004/01/20 09:15:42 dope Exp dope $      &lt;br /&gt;
# $Id: mutt.pop,v 1.1 2003/06/19 03:11:59 dope Exp dope $          &lt;br /&gt;
# $Id: mutt.save-hooks,v 1.1 2003/10/21 02:17:53 dope Exp dope $   &lt;br /&gt;
# $Id: mutt.scoring,v 1.2 2003/09/17 13:08:45 dope Exp dope $      &lt;br /&gt;
# $Id: mutt.smime,v 1.1 2003/09/12 00:50:51 dope Exp dope $        &lt;br /&gt;
# $Id: mutt.ssl,v 1.2 2003/09/12 00:51:32 dope Exp dope $          &lt;br /&gt;
# $Id: mutt.unignore,v 1.1 2003/06/19 03:11:59 dope Exp dope $     &lt;br /&gt;
# $Id: mutt.various,v 1.1 2003/06/19 03:11:24 dope Exp dope &lt;/pre&gt;&lt;br /&gt;
Wenn sich was aendert, dann sind das Sachen wie eine andere/weiter Emailadresse (oder private Hostnamen),  GPG-Keys oder sowas in der Richtung. Wieso sollte ich auch etwas aendern? Es funktioniert so wie ich es mir vorstelle und ich es haben will. &lt;a href=&quot;http://serverop.de/~tek/&quot;&gt;teK&lt;/a&gt; hat heute in #buha.unix zu dem Thema folgenden Link gepostet: &lt;a href=&quot;http://stefan-foerster.de/archives/61-10jaehriges-Jubilaeum-und-ein-halbes.html&quot;&gt;http://stefan-foerster.de/archives/61-10jaehriges-Jubilaeum-und-ein-halbes.html&lt;/a&gt; und das passt exakt.&lt;br /&gt;
Meine Dotfiles habe ich immer auf einem USB-Stick dabei und die werden bei Bedarf schnell eingespielt; anschliessend kann ich genauso schnell und effizient arbeiten als saesse ich vor meiner Workstation. Ich muss nicht nachlesen, nichts anpassen, mich nicht umstellen, sondern kann sofort arbeiten. Ich steh auf &quot;&lt;i&gt;Konsolenprograme&lt;/i&gt;&quot;. Wieso? Weil sie verdammt einfach zu bedienen sind wenn man sie einmal passend konfiguriert hat. 
    </content:encoded>

    <pubDate>Tue, 23 Oct 2007 00:25:40 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1038-guid.html</guid>
    <category>command line applications</category>
<category>dotfiles</category>
<category>update</category>

</item>
<item>
    <title>Tip #149 - reverse a word</title>
    <link>http://strcat.de/blog/archives/1032-Tip-149-reverse-a-word.html</link>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/1032-Tip-149-reverse-a-word.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=1032</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1032</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;pre&gt;echo &quot;${(j::)${(@Oa)${(s::):-hello}}}&quot;&lt;/pre&gt;(via &lt;a href=&quot;http://www.zsh.org/mla/users/2007/msg00960.html&quot;&gt;zsh-users #12059&lt;/a&gt;) 
    </content:encoded>

    <pubDate>Sat, 20 Oct 2007 06:09:47 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/1032-guid.html</guid>
    <category>oneliner</category>
<category>reverse</category>
<category>zsh</category>

</item>
<item>
    <title>Zwei einfache Schreibfehler</title>
    <link>http://strcat.de/blog/archives/969-Zwei-einfache-Schreibfehler.html</link>
            <category>Linux/Unix</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/969-Zwei-einfache-Schreibfehler.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=969</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=969</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;code&gt;rm =rm&lt;/code&gt; anstelle von &lt;code&gt;rm -rf&lt;/code&gt; (als root). Die &lt;a href=&quot;http://www.zsh.org/&quot;&gt;Z-Shell&lt;/a&gt; hat dank gesetztem &lt;a href=&quot;http://zsh.dotsrc.org/Doc/Release/zsh_13.html#SEC61&quot;&gt;setopt equals&lt;/a&gt; korrekterweise &lt;i&gt;=rm&lt;/i&gt; zu &lt;i&gt;/bin/rm&lt;/i&gt; expandiert und geloescht. Unter *BSD aber auch nicht wirklich schlimm. &lt;code&gt;cd /usr/src/bin/rm &amp;amp;&amp;amp; make install&lt;/code&gt; und der Fall hat sich. 
    </content:encoded>

    <pubDate>Fri, 21 Sep 2007 09:40:01 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/969-guid.html</guid>
    <category>equals</category>
<category>zsh</category>

</item>
<item>
    <title>&quot;Fremde&quot; Tutorials auf meiner Homepage</title>
    <link>http://strcat.de/blog/archives/964-Fremde-Tutorials-auf-meiner-Homepage.html</link>
            <category>Software</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/964-Fremde-Tutorials-auf-meiner-Homepage.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=964</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=964</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    Heute ist wieder einer dieser Tage.. Vorhin bekam ich eine Mail, in der mir dessen Verfasser mitteilt, dass er es nicht in Ordnung findet das ich auf meiner Homepage &lt;i&gt;zusammenkopierte und geklaute Texte als meine eigenen Dokumentationen ausgebe&lt;/i&gt;. Er bezieht sich darauf u. a. auf &lt;a href=&quot;http://strcat.de/wiki/zsh&quot;&gt;meine Zsh-Seite&lt;/a&gt; und den Abschnitt &lt;a href=&quot;http://strcat.de/wiki/zsh#tipps_tricks&quot;&gt;Tipps &amp;amp; Tricks&lt;/a&gt;, da diese Beispiele nicht von mir sind. Mir ist zwar nicht ganz klar was an&lt;pre class=&quot;source&quot;&gt;A collection of tips out of the mailinglists (zsh-users and zsh-workers), google, newsgroups or by myself.&lt;/pre&gt;unverstaendlich ist, aber na gut. Das ist ja nicht das einzige was von mir kopiert wurde; eigentlich besteht die ganze Seite aus &quot;zusammenkopierten Texten&quot;.&lt;br /&gt;
&lt;a href=&quot;http://strcat.de/wiki/zsh#features&quot;&gt;Features&lt;/a&gt; ist aus zsh-4.3.4/FEATURES und &lt;a href=&quot;http://strcat.de/wiki/zsh#differences_between_some_shells&quot;&gt;Differences between some shells&lt;/a&gt; ist ein Auszug aus &lt;a href=&quot;http://www.faqs.org/faqs/unix-faq/shell/shell-differences/&quot;&gt;http://www.faqs.org/faqs/unix-faq/shell/shell-differences/&lt;/a&gt;. Dann ist da noch die Tatsache, dass ich mich &lt;i&gt;mit fremden Federn ruehme&lt;/i&gt;.  Ich hab naemlich die Manpage &lt;a href=&quot;http://strcat.de/wiki/docs:zsh-lovers&quot;&gt;zsh-lovers&lt;/a&gt; ebenfalls als mein Werk ausgegeben und er (der Verfasser der Mail) ist am Ueberlegen ob er das &lt;a href=&quot;http://www.michael-prokop.at&quot;&gt;-mika-&lt;/a&gt; sagt. Naja.. wenn ich ganz ehrlich bin bezweifle ist das Michael Prokop das noch nicht weiss; immerhin ist die &quot;&lt;i&gt;&lt;a href=&quot;http://www.strcat.de/eigenes/zshexamples.1&quot;&gt;Ur-Manpage zshexamples(1)&lt;/a&gt;&lt;/i&gt; auf meinem Mist gewachsen und wurde nach und nach zur jetzigen zsh-lovers(1) (welche ebenfalls von mir im &lt;a href=&quot;http://www.methods.co.nz/asciidoc/&quot;&gt;Asciidoc&lt;/a&gt; - Format geschrieben/konvertiert wurde).&lt;br /&gt;
Bin gespannt was als naechstes kommt. Wahrscheinlich krieg ich Anschiss weil ich die FAQ von vsftpd und/oder RFC1180 uebersetzt habe. Manchmal fuehl ich mich einfach nur noch muede.. 
    </content:encoded>

    <pubDate>Tue, 18 Sep 2007 11:46:56 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/964-guid.html</guid>
    <category>dokumentationen</category>
<category>tutorials</category>
<category>wiki</category>
<category>zsh-lovers</category>

</item>
<item>
    <title>Tip #148 - Random File</title>
    <link>http://strcat.de/blog/archives/871-Tip-148-Random-File.html</link>
            <category>Oneliners</category>
            <category>Zsh</category>
    
    <comments>http://strcat.de/blog/archives/871-Tip-148-Random-File.html#comments</comments>
    <wfw:comment>http://strcat.de/blog/wfwcomment.php?cid=871</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://strcat.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=871</wfw:commentRss>
    

    <author>blog@strcat.de (Christian Schneider)</author>
    <content:encoded>
    &lt;pre class=&quot;input&quot;&gt;FILES=( .../files/* )&lt;br /&gt;
feh $FILES[$RANDOM%$#FILES+1]&lt;/pre&gt;&lt;br /&gt;
(via &lt;b&gt;&lt;a href=&quot;http://www.zsh.org/mla/users/2007/msg00596.html&quot;&gt;zsh-users-11696&lt;/a&gt;&lt;/b&gt;) 
    </content:encoded>

    <pubDate>Thu, 02 Aug 2007 05:43:01 +0200</pubDate>
    <guid isPermaLink="false">http://strcat.de/blog/archives/871-guid.html</guid>
    <category>oneliner</category>
<category>random</category>
<category>zsh</category>

</item>

</channel>
</rss>