From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 7 Jan 2005 15:11:34 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] dist suggestion In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Topicbox-Message-UUID: 29eed572-eace-11e9-9e20-41e7f4b1d025 > When you install the pc distribution and log in as glenda, you > are thrown into acme with your home directory, an rc window, > an email window and a short documentation. However, the rc does > not have an alias for "cd" installed to run "awd" when the directory > changes: > > fn cd { builtin cd $1 && awd $sysname } > > which makes using the "rc" window in acme so much more useful. > I personally didn't learn about this until much later because > I had based my startup on glendas. I'm sure other new users would > benefit if this was added during glenda's startup somewhere. Good idea. Done. Russ