mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat: allow printing config file schema (#3737)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../../../.github/config-schema.json
|
||||
@@ -9,6 +9,9 @@ mkdir -p ~/.config && touch ~/.config/starship.toml
|
||||
All configuration for starship is done in this [TOML](https://github.com/toml-lang/toml) file:
|
||||
|
||||
```toml
|
||||
# Get editor completions based on the config schema
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
# Inserts a blank line between shell prompts
|
||||
add_newline = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user