diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-07 16:27:15 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-07 16:27:15 +0000 |
commit | c79ccea7926cff53b5e950f5f252354e7ec3e4e1 (patch) | |
tree | e906166b679642d700c6c618362aad95165f3ae1 /Doc/Zsh | |
parent | 2706eac45492b0fcdfc3cf104ac947e65d09ee25 (diff) | |
download | zsh-c79ccea7926cff53b5e950f5f252354e7ec3e4e1.tar.gz zsh-c79ccea7926cff53b5e950f5f252354e7ec3e4e1.tar.xz zsh-c79ccea7926cff53b5e950f5f252354e7ec3e4e1.zip |
25418: set PROMPT_SUBST for all Bourne-style shells
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index a0d1f9c0d..defb9c08c 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1009,7 +1009,7 @@ See noderef(Prompt Expansion). ) pindex(PROMPT_SUBST) cindex(prompt, parameter expansion) -item(tt(PROMPT_SUBST) <K>)( +item(tt(PROMPT_SUBST) <K> <S>)( If set, em(parameter expansion), em(command substitution) and em(arithmetic expansion) are performed in prompts. Substitutions within prompts do not affect the command status. |