From d8d253d2fce30a3971ffafb44b864a431b7ef0bc Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 4 Dec 2023 20:10:40 +0100 Subject: [PATCH] Starfish subcommand timeout of 2s instead of 500ms --- .config/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index fda17d8..22acfde 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -30,6 +30,9 @@ $time\ $cmd_duration\ """ +# Timeout for commands executed by starship (ms) +command_timeout = 2000 + # Disable the blank line at the start of the prompt # add_newline = false