stygio/.config/starship.toml

27 lines
455 B
TOML

# Main prompt config
format = '$git_branch$git_status$character'
add_newline = false
right_format = '$directory$time'
# Sub Configs
[character]
format = '$symbol '
success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'
[directory]
style='italic bright-black'
[git_branch]
format = '[\($symbol$branch\)]($style) '
style = 'bold purple'
[git_status]
style = 'bold blue'
[time]
format = '[$time]($style) '
use_12hr = true
disabled = false