To display the name of the system in the prompt:
1. Use your editor to open your .tcshrc file and add the line:
set prompt='%m %'
2. Save the file and leave the editor.
3. Enter the command:
source .tcshrc
This adds the new values to your working environment.