options random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/environment_tcsh1.html (Einblicke ins Internet, ~06/1995)

Display current working directory

Display current working directory

To display your current working directory in the prompt:

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

   set prompt='%. %'

2. Save the file and leave the editor.

3. Enter the command:

   source .tcshrc

This adds the new values to your working environment.