dotfiles/.config/starship.toml
2020-09-30 17:13:59 +02:00

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 = ""