fix(starship): set command_timeout = 2000 in starship_config generator to prevent git timeout warnings

This commit is contained in:
Sho 2026-08-02 16:37:53 +09:00
parent 714284f5fe
commit 5050e40629

View File

@ -1345,6 +1345,8 @@ def sync_starship(bg, surface, current_line, fg, accent, sub_accent, is_dark):
cyan_color = "#8be9fd" if is_dark else "#0284c7"
starship_config = f"""# Starship Minimal & Efficient Theme with Nerd Fonts (Auto-synced with Quickshell)
command_timeout = 2000
format = \"\"\"
$os\\
$directory\\