mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 15:56:28 +00:00
docs(status): fix the format string to match the default (#2211)
This commit is contained in:
parent
857d536488
commit
b1efe30bbe
@ -2266,7 +2266,7 @@ To enable it, set `disabled` to `false` in your configuration file.
|
|||||||
|
|
||||||
| Option | Default | Description |
|
| Option | Default | Description |
|
||||||
| ------------------------- | --------------------------- | ------------------------------------------------------ |
|
| ------------------------- | --------------------------- | ------------------------------------------------------ |
|
||||||
| `format` | `[$symbol$status]($style) ` | The format of the module |
|
| `format` | `"[$symbol$status]($style) "` | The format of the module |
|
||||||
| `symbol` | `"✖"` | The symbol displayed on program error |
|
| `symbol` | `"✖"` | The symbol displayed on program error |
|
||||||
| `not_executable_symbol` | `"🚫"` | The symbol displayed when file isn't executable |
|
| `not_executable_symbol` | `"🚫"` | The symbol displayed when file isn't executable |
|
||||||
| `not_found_symbol` | `"🔍"` | The symbol displayed when the command can't be found |
|
| `not_found_symbol` | `"🔍"` | The symbol displayed when the command can't be found |
|
||||||
|
Loading…
Reference in New Issue
Block a user