What Goes in Shell Setup Files?

Shell setup files like login and profile typically do at least the following:

In the C shell, the cshrc file is used to establish settings that will apply to every instance of the C shell, not just the login shell (51.9). For example, you typically want aliases () to be available in every interactive shell you run.

Even novices can write simple profile or login and cshrc files. The real trick is to make these setup scripts really work for you. Here are some of the things you might want to try:

- TOR