16 Aug
2005
16 Aug
'05
22:55
Michael Green wrote:
On 8/16/05, Mike Dewhirst <miked@dewhirst.com.au> wrote:
Sorry Michael
I'm a newbie - never seen or used tcsh - but I did know about the bash
Well I did some reading and apparently there is nothing like profile.local for tcsh. tcsh man page states that when tcsh is invoked as a login shell it will source csh.cshrc csh.login everything in /etc/profile.d/*.csh ~/.cshrc ~/.tcshrc
In tcsh check your env and then grep all files in /etc for something which appears in env. That ought to show you which file to edit. Good luck