summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorAaron Kollasch <aaron@kollasch.dev>2022-10-07 05:44:14 -0400
committerGitHub <noreply@github.com>2022-10-07 11:44:14 +0200
commit6e35dfa85aeebb3f714389a9286623dc0f60d799 (patch)
tree5426025567dc2c0a53f828e9277ca3a1caed7b7b /docs/config/README.md
parent1480d121f482cddbab967f26ab975cc9b53906b9 (diff)
feat(status): Support formatting of pipestatus separator (#4264)
* Support formatting of pipestatus separator * Format pipestatus separator with each pipestatus * Add third exit code to pipestatus test * Clean up pipestatus mapping * Add comment that was removed
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index b910229a0..c4007aa1a 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -3407,7 +3407,7 @@ To enable it, set `disabled` to `false` in your configuration file.
| `recognize_signal_code` | `true` | Enable signal mapping from exit code |
| `map_symbol` | `false` | Enable symbols mapping from exit code |
| `pipestatus` | `false` | Enable pipestatus reporting |
-| `pipestatus_separator` | <code>&vert;</code> | The symbol used to separate pipestatus segments |
+| `pipestatus_separator` | <code>&vert;</code> | The symbol used to separate pipestatus segments (supports formatting) |
| `pipestatus_format` | `'\[$pipestatus\] => [$symbol$common_meaning$signal_name$maybe_int]($style)'` | The format of the module when the command is a pipeline |
| `pipestatus_segment_format` | | When specified, replaces `format` when formatting pipestatus segments |
| `disabled` | `true` | Disables the `status` module. |