starship tweaks

This commit is contained in:
Henrik Bakken
2025-10-31 00:39:50 +01:00
parent 6164c47093
commit 7b8e7e8ed2
+4 -11
View File
@@ -2,7 +2,7 @@ add_newline = true
right_format = """$cmd_duration""" right_format = """$cmd_duration"""
[line_break] [line_break]
disabled = true disabled = false
[time] [time]
disabled = false disabled = false
@@ -14,18 +14,11 @@ show_milliseconds = true
[directory] [directory]
truncation_length = 5 truncation_length = 5
truncate_to_repo = false
truncation_symbol = '…/' truncation_symbol = '…/'
repo_root_style = "red" repo_root_style = "red"
repo_root_format = ' [$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) ' 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_branch]
symbol = " "
[git_status] [git_status]
disabled = true disabled = true
[package]
disabled = true
[python]
disabled = true