mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
docs(elixir): Minor typo fix for config docs (#971)
This commit is contained in:
parent
5a25ec3c71
commit
f2fdaa2d31
@ -481,8 +481,8 @@ The module will be shown if any of the following conditions are met:
|
|||||||
### Options
|
### Options
|
||||||
|
|
||||||
| Variable | Default | Description |
|
| Variable | Default | Description |
|
||||||
| ---------- | ------------ | ------------------------------------------------------ |
|
| ---------- | ------- | --------------------------------------------------------------- |
|
||||||
| `symbol` | `"💧 "` | The symbol used before displaying the version of Rust. |
|
| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
|
||||||
| `disabled` | `false` | Disables the `elixir` module. |
|
| `disabled` | `false` | Disables the `elixir` module. |
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
@ -1184,7 +1184,7 @@ To enable it, set `disabled` to `false` in your configuration file.
|
|||||||
### Options
|
### Options
|
||||||
|
|
||||||
| Variable | Default | Description |
|
| Variable | Default | Description |
|
||||||
| ----------------- | ------------- | ------------------------------------------------------------------------------------------------------------------- |
|
| ----------------- | --------------- | ------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `use_12hr` | `false` | Enables 12 hour formatting |
|
| `use_12hr` | `false` | Enables 12 hour formatting |
|
||||||
| `format` | see below | The [chrono format string](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) used to format the time. |
|
| `format` | see below | The [chrono format string](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) used to format the time. |
|
||||||
| `style` | `"bold yellow"` | The style for the module time |
|
| `style` | `"bold yellow"` | The style for the module time |
|
||||||
|
Loading…
Reference in New Issue
Block a user