mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Fix julia icon based on https://julialang.org/community/standards/ (#1055)
According by this standards > While "Julia" is a female name in many parts of the world, the programming language is not a person and does not have a gender.
This commit is contained in:
@@ -838,7 +838,7 @@ The module will be shown if any of the following conditions are met:
|
||||
|
||||
| Variable | Default | Description |
|
||||
| ---------- | ------------- | -------------------------------------------------------- |
|
||||
| `symbol` | `"∴ "` | The symbol used before displaying the version of Julia. |
|
||||
| `symbol` | `"ஃ "` | The symbol used before displaying the version of Julia. |
|
||||
| `style` | `"bold purple"` | The style for the module. |
|
||||
| `disabled` | `false` | Disables the `julia` module. |
|
||||
|
||||
@@ -848,7 +848,7 @@ The module will be shown if any of the following conditions are met:
|
||||
# ~/.config/starship.toml
|
||||
|
||||
[julia]
|
||||
symbol = "👸 "
|
||||
symbol = "∴ "
|
||||
```
|
||||
## Kubernetes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user