From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 19 May 2016 20:41:45 +0200 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] problem with acme on 9front Topicbox-Message-UUID: 90145ce0-ead9-11e9-9d60-3106f5b1d025 to be less cryptic, to have the acme working directory update on cd, you can put the following code in your $home/lib/profile fn cd { builtin cd $* && awd } # for acme the difference to labs and 9font is just that we dont have that thing in our default profiles, because we'r mostly sam users. -- cinap