<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: starting screen as a login shell</title>
	<atom:link href="http://eigenjoy.com/2009/04/14/starting-screen-as-a-login-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://eigenjoy.com/2009/04/14/starting-screen-as-a-login-shell/</link>
	<description>a programming blog</description>
	<lastBuildDate>Wed, 14 Sep 2011 21:12:34 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://eigenjoy.com/2009/04/14/starting-screen-as-a-login-shell/comment-page-1/#comment-25692</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2009/04/14/starting-screen-as-a-login-shell/#comment-25692</guid>
		<description>Thanks Axel, I also learned the other day that you can change the CWD anytime in screen by typing `chdir&lt;path&gt;&#039; at the command prompt ( C-a : )</description>
		<content:encoded><![CDATA[<p>Thanks Axel, I also learned the other day that you can change the CWD anytime in screen by typing `chdir
<path>&#8216; at the command prompt ( C-a : )</path></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel Scheepers</title>
		<link>http://eigenjoy.com/2009/04/14/starting-screen-as-a-login-shell/comment-page-1/#comment-25686</link>
		<dc:creator>Axel Scheepers</dc:creator>
		<pubDate>Mon, 27 Jul 2009 10:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2009/04/14/starting-screen-as-a-login-shell/#comment-25686</guid>
		<description>Most shells run as a login shell when you create an alias to it with a minus in front of it. In my case I had the same trouble with ksh which I had to install in my home directory. 
It&#039;s installed in ~/sfw/bin/ksh, to make it start as a login shell under screen I created a softlink like so;
cd ~/sfw/bin &amp;&amp; ln -s ksh -ksh
and then used &#039;shell -$SHELL&#039; in my .screenrc et voila.</description>
		<content:encoded><![CDATA[<p>Most shells run as a login shell when you create an alias to it with a minus in front of it. In my case I had the same trouble with ksh which I had to install in my home directory.<br />
It&#8217;s installed in ~/sfw/bin/ksh, to make it start as a login shell under screen I created a softlink like so;<br />
cd ~/sfw/bin &amp;&amp; ln -s ksh -ksh<br />
and then used &#8217;shell -$SHELL&#8217; in my .screenrc et voila.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

