docs: small doc touchups

This commit is contained in:
Matan Kushner 2020-02-04 18:28:11 -05:00
parent f665df226c
commit 6a762e83d1
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
2 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -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