diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/1sh.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/1sh/1sh.1 b/bin/1sh/1sh.1 index 5ce17a5f..9bbd881b 100644 --- a/bin/1sh/1sh.1 +++ b/bin/1sh/1sh.1 @@ -1404,6 +1404,12 @@ unless this variable is in the environment. A later change of parent process ID is not reflected. A subshell retains the same value of .Va PPID . +.It Va PS0 +The pre-prompt string, +which is printed before each new prompt. +.Va PS0 +may include any of the formatting sequences from +.Va PS1 . .It Va PS1 The primary prompt string, which defaults to .Dq Li "$ " , |