<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stoeps &#187; bash</title>
	<atom:link href="http://www.stoeps.de/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stoeps.de</link>
	<description>Tipps und Kurzweiliges Rund um Lotus, Tivoli, Websphere, Nagios, Ubuntu</description>
	<lastBuildDate>Tue, 17 Aug 2010 04:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu 9.10: bash durch zsh ersetzen</title>
		<link>http://www.stoeps.de/ubuntu-9-10-bash-durch-zsh-ersetzen/</link>
		<comments>http://www.stoeps.de/ubuntu-9-10-bash-durch-zsh-ersetzen/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:58:38 +0000</pubDate>
		<dc:creator>stoeps</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://www.stoeps.de/?p=404</guid>
		<description><![CDATA[Nachdem die z-Shell einige nette Features bringt, die Bash noch nicht, bzw. nicht unterstützt, installiere ich die z-Shell für meinen Ubuntu-Benutzer als Default. sudo apt-get install zsh Eine gute Grundlage ist die zshrc von GRML. # IMPORTANT: please note that &#8230; <a href="http://www.stoeps.de/ubuntu-9-10-bash-durch-zsh-ersetzen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nachdem die z-Shell einige nette Features bringt, die Bash noch nicht, bzw. nicht unterstützt, installiere ich die z-Shell für meinen Ubuntu-Benutzer als Default.</p>
<p><code>sudo apt-get install zsh</code></p>
<p>Eine gute Grundlage ist die zshrc von <a href="http://grml.org/zsh">GRML</a>.</p>
<p>
<code><br />
# IMPORTANT: please note that you might override an existing<br />
# configuration file in the current working directory! =><br />
wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc<br />
</code></p>
<p>Danach kann man mit zsh testen, ob der Befehl richtig ausgeführt wird. Als Abschluß setze ich die z-Shell als Default-Shell:</p>
<p><code>chsh -s /usr/bin/zsh username</code></p>
<h2>Weiterführende Links zur z-Shell:</h2>
<ul>
<li><a href="http://grml.org/zsh">grml.org &#8211; Zsh</a></li>
<li><a href="http://zsh.org">zsh.org</a></li>
<li><a href="http://michael-prokop.at/computer/tools_zsh_liebhaber.html">Zsh-Liebhaberseite</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stoeps.de/ubuntu-9-10-bash-durch-zsh-ersetzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
