From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 9 Dec 2004 11:52:31 -1000 From: Tim Newsham To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] 9term customization In-Reply-To: <20041209182451.GB6041@epaphras> Message-ID: References: <2814F26DA6908F41927A81C410C4991A02079BE5@siamun.server.bl.corp.intranet> <20041209182451.GB6041@epaphras> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Topicbox-Message-UUID: 1400421e-eace-11e9-9e20-41e7f4b1d025 > > Seccond, i fell nude without my current path :) > > I have no clue how to change prompt enviroment var to show it. > > I think you want something like this: > > fn cd { builtin cd $1; prompt=(`{pwd}^'% ' ' ') } I'm not sure why this isnt setup by default (actually, it seems to be in plan9port stuff) but acme is much more useful with: fn cd { builtin cd $1 && awd $sysname } (as mentioned in the acme man page). This provides the benefits of seeing the path (in the acme title bar) as well as providing path context for the clicks. I'm sure this is old hat for most people, but I just came across this recently and I imagine that means there are other people who are using acme without it (ack!). > Micah Tim N.