dotfiles/.config/starship.toml

46 lines
595 B
TOML

add_newline = false
format = """\
$hostname\
$directory\
$git_branch\
$git_status\
$git_state\
$character\
"""
[character]
success_symbol = "%%"
error_symbol = "[%%](bold red)"
[line_break]
disabled = true
[directory]
fish_style_pwd_dir_length = 1
truncation_length = 1
truncate_to_repo = false
style = "italic bold"
[git_branch]
symbol = ""
truncation_length = 8
truncation_symbol = ""
[git_commit]
style = ""
[git_state]
style = ""
[git_status]
style = ""
[hostname]
ssh_only = false
format = "[$hostname](bold italic):"
disabled = false
[kubernetes]
disabled = false
style = ""