diff options
author | June McEnroe <june@causal.agency> | 2020-12-22 20:28:24 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-21 22:03:09 -0500 |
commit | 5132ea0e048ccf7a1d8a66ca16cd45413cfeb57b (patch) | |
tree | 76cbcb46557de830becbb047b7368a88dd37c83b /src/dash.1 | |
parent | dash: Cache the expanded prompt for editline (diff) | |
download | dash-5132ea0e048ccf7a1d8a66ca16cd45413cfeb57b.tar.gz dash-5132ea0e048ccf7a1d8a66ca16cd45413cfeb57b.zip |
dash: Add RPS1 and RPS2 right prompt variables
Diffstat (limited to 'src/dash.1')
-rw-r--r-- | src/dash.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dash.1 b/src/dash.1 index 32f6ac0..9bc51cd 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -32,7 +32,7 @@ .\" .\" @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" -.Dd January 19, 2003 +.Dd December 22, 2020 .Os .Dt DASH 1 .Sh NAME @@ -2291,6 +2291,10 @@ The secondary prompt string, which defaults to Output before each line when execution trace (set -x) is enabled, defaults to .Dq +\ . +.It Ev RPS1 +The primary right prompt string. +.It Ev RPS2 +The secondary right prompt string. .It Ev IFS Input Field Separators. This is normally set to |