mirror of
https://github.com/starship/starship.git
synced 2025-03-17 00:38:41 +01:00
docs: small doc touchups
This commit is contained in:
parent
f665df226c
commit
6a762e83d1
@ -97,7 +97,7 @@ The prompt shows information you need while you're working, while staying sleek
|
|||||||
- Current Ruby version (`💎`)
|
- Current Ruby version (`💎`)
|
||||||
- Current Rust version (`🦀`)
|
- Current Rust version (`🦀`)
|
||||||
- Current .NET version (`•NET`)
|
- Current .NET version (`•NET`)
|
||||||
- Current Crystal version (`🔮 `).
|
- Current Crystal version (`🔮`).
|
||||||
- Current version of package in current directory (`📦`)
|
- Current version of package in current directory (`📦`)
|
||||||
- npm (Node.js)
|
- npm (Node.js)
|
||||||
- cargo (Rust)
|
- cargo (Rust)
|
||||||
|
@ -881,9 +881,8 @@ The module will be shown if any of the following conditions are met:
|
|||||||
# ~/.config/starship.toml
|
# ~/.config/starship.toml
|
||||||
|
|
||||||
[crystal]
|
[crystal]
|
||||||
symbol = "🔮 "
|
symbol = "✨ "
|
||||||
style = "bold red"
|
style = "bold blue"
|
||||||
disabled = false
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## NodeJS
|
## NodeJS
|
||||||
|
Loading…
Reference in New Issue
Block a user