1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-21 01:22:35 +00:00

docs: fix shlvl module's symbol (#2911)

This commit is contained in:
MeztliRA 2021-07-26 22:02:47 +07:00 committed by GitHub
parent 80c5eca2ee
commit ed60b69bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2621,7 +2621,7 @@ set to a number and meets or exceeds the specified threshold.
| ----------- | ---------------------------- | ------------------------------------------------------------- | | ----------- | ---------------------------- | ------------------------------------------------------------- |
| `threshold` | `2` | Display threshold. | | `threshold` | `2` | Display threshold. |
| `format` | `"[$symbol$shlvl]($style) "` | The format for the module. | | `format` | `"[$symbol$shlvl]($style) "` | The format for the module. |
| `symbol` | `"↕️ "` | The symbol used to represent the `SHLVL`. | | `symbol` | `"↕️ "` | The symbol used to represent the `SHLVL`. |
| `repeat` | `false` | Causes `symbol` to be repeated by the current `SHLVL` amount. | | `repeat` | `false` | Causes `symbol` to be repeated by the current `SHLVL` amount. |
| `style` | `"bold yellow"` | The style for the module. | | `style` | `"bold yellow"` | The style for the module. |
| `disabled` | `true` | Disables the `shlvl` module. | | `disabled` | `true` | Disables the `shlvl` module. |