25 lines
467 B
TOML
25 lines
467 B
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
|
|
command_timeout = 1000
|
|
|
|
[directory]
|
|
truncation_length = 5
|
|
truncation_symbol = "…/"
|
|
truncate_to_repo = false
|
|
|
|
[git_status]
|
|
ahead = "⇡${count}"
|
|
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
|
behind = "⇣${count}"
|
|
|
|
[package]
|
|
disabled = true
|
|
|
|
[java]
|
|
disabled = false
|
|
|
|
[jobs]
|
|
disabled = true
|