Display current working directory

To display your current working directory in the prompt:

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

   PS1='${PWD##*/} $'

2. Save the file and leave the editor.

3. Enter the command:

   . .kshrc

This adds the new values to your working environment.


[Home] [Search] [Index]