So you can use ~/.cshrc or ~/.tcshrcFILES
/etc/csh.cshrc Read first by every shell. ...
/etc/csh.login Read by login shells after /etc/csh.cshrc. ...
~/.tcshrc (+) Read by every shell after /etc/csh.cshrc or its equivalent.
~/.cshrc Read by every shell, if ~/.tcshrc doesn't exist, after /etc/csh.cshrc or its equivalent. This manual
uses `~/.tcshrc' to mean `~/.tcshrc or, if ~/.tcshrc is not found, ~/.cshrc'.