16 lines
227 B
TOML
16 lines
227 B
TOML
|
format = """$directory$fill\
|
||
|
$git_branch\
|
||
|
$git_commit\
|
||
|
$git_state\
|
||
|
$git_metrics\
|
||
|
$git_status
|
||
|
$character"""
|
||
|
|
||
|
[directory]
|
||
|
truncate_to_repo = false
|
||
|
style = 'bold green'
|
||
|
repo_root_style = 'bold cyan'
|
||
|
|
||
|
[git_branch]
|
||
|
symbol = '🌱 '
|