From 90f29619904292f2db4483253408a1b41018fa48 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 30 Jul 2026 09:51:03 +0100 Subject: [PATCH] Increased command timeout for starship --- dot_config/starship.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/starship.toml b/dot_config/starship.toml index 0b5018c..cc807cb 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -1,6 +1,7 @@ "$schema" = 'https://starship.rs/config-schema.json' format = "$all$character$shell" +command_timeout = 2000 # Inserts a blank line between shell prompts add_newline = true