nichts/modules/programs/editors/kakoune/starship.toml

21 lines
325 B
TOML
Raw Normal View History

2024-10-28 21:52:16 +01:00
# add_newline = false
format = """
\$directory
\${custom.separator}
"""
[directory]
format = '[$path/]($style)'
truncate_length = 2
truncate_to_repo = false
use_logical_pat = true
style = "fg:cyan"
truncate_symbol = "../"
disabled = false
[custom.separator]
format = "[ ||| ]($style)"
style = "fg:purple"
disabled = false