diff options
| author | Oliver Kiddle <opk@zsh.org> | 2015-07-24 12:39:18 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2015-07-24 12:39:18 +0200 |
| commit | bfc5c04e42f411cd9405de7c4a82c196eda63dfe (patch) | |
| tree | 04cdd8879ea53514f82539fd0c6e2c51ec1467a2 /Doc | |
| parent | 35864: add sysopen, sysseek and systell to system module (diff) | |
| download | zsh-bfc5c04e42f411cd9405de7c4a82c196eda63dfe.tar zsh-bfc5c04e42f411cd9405de7c4a82c196eda63dfe.tar.gz zsh-bfc5c04e42f411cd9405de7c4a82c196eda63dfe.tar.bz2 zsh-bfc5c04e42f411cd9405de7c4a82c196eda63dfe.tar.lz zsh-bfc5c04e42f411cd9405de7c4a82c196eda63dfe.tar.xz zsh-bfc5c04e42f411cd9405de7c4a82c196eda63dfe.tar.zst zsh-bfc5c04e42f411cd9405de7c4a82c196eda63dfe.zip | |
35865: document %^ prompt expansion
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/prompt.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo index 307587678..c4e201465 100644 --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -92,6 +92,10 @@ print as many as there are. This is most useful in prompts tt(PS2) for continuation lines and tt(PS4) for debugging with the tt(XTRACE) option; in the latter case it will also work non-interactively. ) +item(tt(%^))( +The status of the parser in reverse. This is the same as `tt(%_)' other than +the order of strings. It is often used in tt(RPS2). +) xitem(tt(%d)) item(tt(%/))( Current working directory. If an integer follows the `tt(%)', |
