summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Beckwith <djbsnx@gmail.com>2020-12-14 15:40:21 -0500
committerGitHub <noreply@github.com>2020-12-14 15:40:21 -0500
commit1296632ff4f2a7b85f18f2043039b5cab2201136 (patch)
tree380f14ee8cad396669ff2ae03055214fddfe78d3 /docs
parent55b662eaf3cb6fc37cd6e458e2943b5e6c5d2322 (diff)
feat(shlvl): Add `repeat` option (#1995)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 97b569e0d..3cc7ea258 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2154,6 +2154,7 @@ set to a number and meets or exceeds the specified threshold.
| `threshold` | `2` | Display threshold. |
| `format` | `"[$symbol$shlvl]($style) "` | The format for the module. |
| `symbol` | `"↕️ "` | The symbol used to represent the SHLVL. |
+| `repeat` | `false` | Causes `symbol` to be repeated by the current SHLVL amount. |
| `style` | `"bold yellow"` | The style for the module. |
| `disabled` | `true` | Disables the `shlvl` module. |