From cfd98403aff0420c7f52b2ae97efd0e566ba7f1e Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 15 Feb 2026 15:33:19 +0100 Subject: [PATCH] 150% timeout --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 680b263..8698aff 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -31,7 +31,7 @@ $cmd_duration\ """ # Timeout for commands executed by starship (ms) -command_timeout = 2000 +command_timeout = 3000 # Disable the blank line at the start of the prompt # add_newline = false