feat(shlvl): Add repeat option (#1995)

This commit is contained in:
Daniel Beckwith
2020-12-14 15:40:21 -05:00
committed by GitHub
parent 55b662eaf3
commit 1296632ff4
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -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. |