From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 27 Mar 2008 16:44:07 +0800 From: "Hongzheng Wang" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [9fans] Where to set environments in p9p Topicbox-Message-UUID: 836395a2-ead3-11e9-9d60-3106f5b1d025 Thank you all, sqweek and arvindh :-) I think the most convenient method, for me, is still modifying the 9 script and call p9p programs through 9 when necessary. I said that is due to my consideration: I hope I can stick with bash (I like its readline support) and also play with p9p programs in almost all cases (including sudo where the many non-standard configurations would be ignored, say $PATH, by default). To be specific, I add necessary settings in 9 script, and link it to /usr/local/bin/9. Then I can invoke p9p programs by 9 script, for example, by `sudo 9 sam'. -- HZ