Re: [9fans] shell for wins in p9p acme

2011-08-11 Thread roger peppe
why do you want to source lib/profile every time you open a new win? it's conventional to source it only once, and then rely on inherited environment variables. anyway, if you really wanted to do that, you could just make a script, say rc-l, #!/bin/rc exec rc -l $* and set SHELL=rc-l On 11 Aug

[9fans] shell for wins in p9p acme

2011-08-11 Thread Mathieu Lonjaret
Hi, what's the best solution if I want all the wins I open in acme to automatically have rc as a shell (with -l, so that my lib/profile has been read too), while still keeping bash as my SHELL when I'm out of acme, for various reasons. So far I simply have a script/launcher for acme that exports t