diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/prompt.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo index 17af5b0fb..65372deec 100644 --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -93,7 +93,7 @@ continuation lines and tt(PS4) for debugging with the tt(XTRACE) option; in the latter case it will also work non-interactively. ) xitem(tt(%d)) -item(tt(/))( +item(tt(%/))( Current working directory. If an integer follows the `tt(%)', it specifies a number of trailing components of the current working directory to show; zero means the whole path. A negative integer |