Files
dotfiles/starship.toml
T
Henrik Bakken 7b8e7e8ed2 starship tweaks
2025-11-02 20:06:57 +01:00

25 lines
528 B
TOML

add_newline = true
right_format = """$cmd_duration"""
[line_break]
disabled = false
[time]
disabled = false
[cmd_duration]
min_time = 1000
format = 'underwent [$duration](bold yellow)'
show_milliseconds = true
[directory]
truncation_length = 5
truncate_to_repo = false
truncation_symbol = '…/'
repo_root_style = "red"
before_repo_root_style = "cyan"
repo_root_format = '[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) '
[git_status]
disabled = true