With 10.7 I'm finding that my .tcshrc is not being executed when I open a terminal window. (I checked and indeed my shell is still set to tcsh.) Instead, every time I open a terminal window I have to source .tcshrc or my path isn't set correctly.
With 10.7 I'm finding that my .tcshrc is not being executed when I open a terminal window. (I checked and indeed my shell is still set to tcsh.) Instead, every time I open a terminal window I have to source .tcshrc or my path isn't set correctly.
Login files in order:
Order File When?
1. /etc/csh.cshrc always
1. /etc/csh.login login shell
3. ~/.tcshrc
or ~/.cshrc always
3. ~/.history
or $histfile login shell
3. ~/.login login shell
3. ~/.cshdirs
or $dirsfile login shell
The order of /etc/csh.login and /etc/csh.cshrc may be reversed.
The order of ~/.login and ~/.tcshrc, ~/.cshrc and ~/.history may be reversed.
Logout files in order:
Order File When?
1. ~/.logout logout shell
2. /etc/csh.logout logout shell