Display username

To display your username in the prompt:

1. Use your editor to open your .cshrc and add the line:

   set prompt = "$LOGNAME %"

2. Save the file and leave the editor.

3. Enter the command:

   source .cshrc

This adds the new values to your working environment.


Top document