my-guix/.config/starship.toml

38 lines
627 B
TOML
Raw Normal View History

2024-06-09 14:58:20 +00:00
[status]
[git_branch]
style = "bold green"
2024-06-09 15:16:34 +00:00
format = "[[$symbol$branch$tag](bold green)](bold white)"
symbol = "\ue725"
disabled = true
2024-06-09 14:58:20 +00:00
[git_status]
2024-06-09 15:16:34 +00:00
format = '([$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind]($style))'
disabled = true
2024-06-09 14:58:20 +00:00
[directory]
style = "bold cyan"
truncate_to_repo = false
truncation_length = 1
fish_style_pwd_dir_length = 1
[python]
scan_for_pyfiles = false
2024-06-09 15:16:34 +00:00
disabled = true
2024-06-09 14:58:20 +00:00
[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"