Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2026-03-22 22:51:32 +01:00
commit 222062c1a4
17 changed files with 1154 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
$formatters
format = """
[─](bold green)
[](bold green) """
add_newline = true
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
[directory]
home_symbol = "~"
truncation_length = 3
truncate_to_repo = true
[git]
branch_symbol = " "
stash_count_symbol = " "
format = "on [$symbol$branch]($style)$completions"
style = "bold purple"
[docker_context]
format = "via [$symbol$context]($style) "
style = "blue bold"