38 lines
444 B
TOML
38 lines
444 B
TOML
add_newline = false
|
|
|
|
prompt_order = [
|
|
"username",
|
|
"hostname",
|
|
"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 = ""
|