36 lines
391 B
TOML
36 lines
391 B
TOML
add_newline = false
|
|
|
|
format = """\
|
|
$directory\
|
|
$git_status\
|
|
$git_state\
|
|
$character\
|
|
"""
|
|
|
|
[character]
|
|
symbol = "%%"
|
|
|
|
[line_break]
|
|
disabled = true
|
|
|
|
[directory]
|
|
fish_style_pwd_dir_length = 1
|
|
truncation_length = 1
|
|
truncate_to_repo = false
|
|
style = "bold"
|
|
|
|
[git_branch]
|
|
style = ""
|
|
|
|
[git_commit]
|
|
style = ""
|
|
|
|
[git_state]
|
|
style = ""
|
|
|
|
[git_status]
|
|
style = ""
|
|
|
|
[kubernetes]
|
|
disabled = false
|
|
style = ""
|