Files
macos-configuration/starship.toml
2026-03-16 19:15:41 +01:00

22 lines
350 B
TOML

format = "$username in $directory$git_branch$git_status$character"
[line_break]
disabled = true
[username]
show_always = true
format = "[$user]($style)"
style_user = "bold yellow"
[directory]
truncation_length = 1
truncate_to_repo = true
format = "[$path]($style) "
[git_branch]
format = "on [$symbol$branch]($style) "
[git_status]
[character]