1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-02-06 14:09:20 +00:00

fix(status): add trailing space to pipestatus_format (#6404)

This commit is contained in:
Poliorcetics 2024-11-24 19:13:35 +01:00 committed by GitHub
parent 22219727be
commit 8a38b8f6f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 20 additions and 20 deletions

View File

@ -4273,7 +4273,7 @@ To enable it, set `disabled` to `false` in your configuration file.
### Options ### Options
| 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 |
| `success_symbol` | `''` | The symbol displayed on program success | | `success_symbol` | `''` | The symbol displayed on program success |