mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs(odin): fix symbol description (#6847)
This commit is contained in:
+10
-10
@@ -3336,16 +3336,16 @@ The `odin` module shows the currently installed version of [Odin](https://odin-l
|
|||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
| Option | Default | Description |
|
| Option | Default | Description |
|
||||||
| ------------------- | ------------------------------------ | ----------------------------------------------------- |
|
| ------------------- | ------------------------------------ | ------------------------------------------------------ |
|
||||||
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
|
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
|
||||||
| `show_commit` | `false` | Shows the commit as part of the version. |
|
| `show_commit` | `false` | Shows the commit as part of the version. |
|
||||||
| `symbol` | `'Ø '` | The symbol used before displaying the version of Zig. |
|
| `symbol` | `'Ø '` | The symbol used before displaying the version of Odin. |
|
||||||
| `style` | `'bold bright-blue'` | The style for the module. |
|
| `style` | `'bold bright-blue'` | The style for the module. |
|
||||||
| `disabled` | `false` | Disables the `odin` module. |
|
| `disabled` | `false` | Disables the `odin` module. |
|
||||||
| `detect_extensions` | `['odin']` | Which extensions should trigger this module. |
|
| `detect_extensions` | `['odin']` | Which extensions should trigger this module. |
|
||||||
| `detect_files` | `[]` | Which filenames should trigger this module. |
|
| `detect_files` | `[]` | Which filenames should trigger this module. |
|
||||||
| `detect_folders` | `[]` | Which folders should trigger this module. |
|
| `detect_folders` | `[]` | Which folders should trigger this module. |
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user