my-guix/.config/starship.toml

38 lines
627 B
TOML

[status]
[git_branch]
style = "bold green"
format = "[[$symbol$branch$tag](bold green)](bold white)"
symbol = "\ue725"
disabled = true
[git_status]
format = '([$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind]($style))'
disabled = true
[directory]
style = "bold cyan"
truncate_to_repo = false
truncation_length = 1
fish_style_pwd_dir_length = 1
[python]
scan_for_pyfiles = false
disabled = true
[ruby]
disabled = true
[swift]
disabled = true
[username]
show_always = true
style_user = "bold white"
format = "[$user]($style)"
[time]
disabled = false
format = "[$time]($style)"
time_format = "%H:%M"