dotfiles/.config/starship.toml

47 lines
595 B
TOML
Raw Normal View History

2020-09-28 23:16:07 +02:00
add_newline = false
2020-09-27 16:38:35 +02:00
2020-09-30 17:13:59 +02:00
format = """\
2021-04-02 12:06:51 +02:00
$hostname\
2020-09-30 17:13:59 +02:00
$directory\
2021-04-02 12:06:51 +02:00
$git_branch\
2020-09-30 17:13:59 +02:00
$git_status\
$git_state\
$character\
"""
2020-09-27 16:38:35 +02:00
[character]
2020-10-02 11:13:36 +02:00
success_symbol = "%%"
error_symbol = "[%%](bold red)"
2020-09-27 16:38:35 +02:00
[line_break]
2020-09-28 23:16:07 +02:00
disabled = true
2020-09-27 16:38:35 +02:00
[directory]
2020-09-28 23:16:07 +02:00
fish_style_pwd_dir_length = 1
2020-09-27 16:38:35 +02:00
truncation_length = 1
truncate_to_repo = false
2021-04-02 12:06:51 +02:00
style = "italic bold"
2020-09-28 23:16:07 +02:00
[git_branch]
2021-04-02 12:06:51 +02:00
symbol = ""
truncation_length = 8
truncation_symbol = ""
2020-09-28 23:16:07 +02:00
[git_commit]
style = ""
[git_state]
style = ""
[git_status]
style = ""
2021-04-02 12:06:51 +02:00
[hostname]
ssh_only = false
format = "[$hostname](bold italic):"
disabled = false
2020-09-28 23:16:07 +02:00
[kubernetes]
disabled = false
style = ""