From 4cd0ddf24f1cf510afadcdcba421df095cd5cd6c Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Wed, 20 May 2026 13:32:55 -0500 Subject: [PATCH] feat: update starship command timeout from 500 -> 2500 ms --- .config/starship.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 56c1cad..f2d4256 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -8,6 +8,8 @@ format = ''' add_newline = false palette = "catppuccin_macchiato" +command_timeout = 2500 + [aws] disabled = true format = '([\[](text)[$symbol($profile)(\($region\))(\[$duration[\]](text))]($style)\])'