1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 05:09:01 +00:00

docs: Add nu_indicator to doc tables (#3365)

This commit is contained in:
Kevin Song 2021-12-31 01:20:53 -06:00 committed by GitHub
parent 087fab330c
commit 23764675c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2806,6 +2806,7 @@ To enable it, set `disabled` to `false` in your configuration file.
| `elvish_indicator` | `esh` | A format string used to represent elvish. |
| `tcsh_indicator` | `tsh` | A format string used to represent tcsh. |
| `xonsh_indicator` | `xsh` | A format string used to represent xonsh. |
| `nu_indicator` | `nu` | A format string used to represent nu. |
| `unknown_indicator` | | The default value to be displayed when the shell is unknown. |
| `format` | `"[$indicator]($style) "` | The format for the module. |
| `style` | `"white bold"` | The style for the module. |