mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
fix(status): replace multiply with cross mark emoji (#4461)
This commit is contained in:
@@ -3437,7 +3437,7 @@ To enable it, set `disabled` to `false` in your configuration file.
|
||||
| Option | Default | Description |
|
||||
| --------------------------- | ----------------------------------------------------------------------------- | --------------------------------------------------------------------- |
|
||||
| `format` | `"[$symbol$status]($style) "` | The format of the module |
|
||||
| `symbol` | `"✖"` | The symbol displayed on program error |
|
||||
| `symbol` | `"❌"` | The symbol displayed on program error |
|
||||
| `success_symbol` | `""` | The symbol displayed on program success |
|
||||
| `not_executable_symbol` | `"🚫"` | The symbol displayed when file isn't executable |
|
||||
| `not_found_symbol` | `"🔍"` | The symbol displayed when the command can't be found |
|
||||
|
||||
Reference in New Issue
Block a user