Files
nixos-migration/starship.toml
2026-06-15 00:24:26 +03:00

33 lines
511 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"$schema" = "https://starship.rs/config-schema.json"
add_newline = true
scan_timeout = 100
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
[directory]
style = "bold #89B4FA"
truncation_length = 3
truncate_to_repo = true
[git_branch]
symbol = " "
style = "bold #F5C2E7"
[git_status]
style = "bold #F38BA8"
[cmd_duration]
style = "bold #F9E2AF"
min_time = 2_000
[username]
style_user = "bold #A6E3A1"
show_always = false
[hostname]
style = "bold #94E2D5"
ssh_only = true