dotfiles/_saved/starship.toml

71 lines
1.1 KiB
TOML
Raw Normal View History

2022-06-27 10:47:21 +02:00
add_newline = false
format="""
2023-05-29 01:03:01 +02:00
$python\
2022-06-27 10:47:21 +02:00
$username\
$hostname\
$directory\
$git_branch\
$git_status\
$jobs\
$character
"""
right_format="""
$cmd_duration
"""
[python]
format = '[(${symbol} $virtualenv)]($style) '
style = '15'
symbol = ''
[username]
2022-06-28 13:50:15 +02:00
format = '[$user]($style)'
2022-06-27 10:47:21 +02:00
style_user = 'normal'
style_root = 'bold 196'
2024-06-21 17:55:32 +02:00
show_always = true
2022-06-27 10:47:21 +02:00
[hostname]
2024-06-21 17:55:32 +02:00
format = '([@$hostname]($style))'
2022-06-27 10:47:21 +02:00
style = 'normal'
[directory]
2024-06-21 17:55:32 +02:00
format = '[ ($read_only )]($read_only_style)[$path]($style) '
2022-06-27 10:47:21 +02:00
style = '37'
read_only_style = '37'
read_only = ''
truncation_length = 0
[git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) '
style = 'bright-black'
[git_branch]
format = '[$symbol$branch]($style)'
style = '246'
symbol = ' '
[git_status]
format = '[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218)($ahead_behind$stashed) ]($style)'
style = 'green'
conflicted = ''
untracked = ''
modified = ''
staged = ''
renamed = ''
deleted = ''
stashed = '≡'
[jobs]
style = '70'
symbol = '⇶'
[character]
success_symbol = '[](76)'
error_symbol = '[](196)'
[cmd_duration]
format = '[$duration]($style)'
style = '220'