33 lines
541 B
TOML
33 lines
541 B
TOML
|
format = """
|
||
|
╭─ \
|
||
|
$username\
|
||
|
$hostname\
|
||
|
$git_branch\
|
||
|
$directory\
|
||
|
$line_break\
|
||
|
╰─
|
||
|
"""
|
||
|
|
||
|
[username]
|
||
|
style_user = 'bold blue'
|
||
|
style_root = 'bold red'
|
||
|
format = '[$user]($style) '
|
||
|
disabled = false
|
||
|
show_always = true
|
||
|
|
||
|
[hostname]
|
||
|
ssh_only = false
|
||
|
format = 'on [$hostname](bold red) '
|
||
|
disabled = false
|
||
|
|
||
|
[directory]
|
||
|
format = '[$path]($style)[$read_only]($read_only_style) '
|
||
|
truncation_length = -1
|
||
|
truncate_to_repo = false
|
||
|
truncation_symbol = '…/'
|
||
|
|
||
|
[git_branch]
|
||
|
style = 'bold fg:97'
|
||
|
format = 'at [$symbol$branch(:$remote_branch)]($style) '
|
||
|
|