Adding a command alias

To make a command alias a permanent part of your working environment:

1. Edit the shell startup file .tcshrc and add the line defining the alias.

2. Save the changes and leave the editor.

3. Source the shell startup file to have the changes take immediate effect. For example:

   source .tcshrc

Top document