rice/starship/starship.toml
2025-10-13 14:34:41 +02:00

15 lines
316 B
TOML

"$schema" = 'https://starship.rs/config-schema.json'
format = """
$username@$hostname: $directory\
$git_status $git_branch $character"""
[hostname]
ssh_only = false
style = 'bold blue dimmed'
format = '[$hostname]($style)'
[username]
show_always = true
format = '[$user]($style)'
[directory]
truncation_length = 5