mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
docs(config): fix fortran symbol option (#7123)
* docs(config): fix fortran symbol option * docs: formatting
This commit is contained in:
@@ -1682,7 +1682,7 @@ The `fortran` module shows the current compiler version of Fortran.
|
||||
|
||||
| Option | Default | Description |
|
||||
| ------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
||||
| `symbol` | `' '` | The symbol used before displaying the version of COBOL. |
|
||||
| `symbol` | `' '` | The symbol used before displaying the version of Fortran. |
|
||||
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
|
||||
| `version_format` | `'${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
|
||||
| `style` | `'bold purple'` | The style for the module. |
|
||||
|
||||
Reference in New Issue
Block a user