From de5a9787f6aaf60e5c9339570ecde9181474742e Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 7 Jul 2025 14:36:00 +0100 Subject: [PATCH] feat: add timeout i needed for some reason --- modules/home-manager/cli/starship.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/cli/starship.toml b/modules/home-manager/cli/starship.toml index 9f58605..ddef1df 100644 --- a/modules/home-manager/cli/starship.toml +++ b/modules/home-manager/cli/starship.toml @@ -1,3 +1,7 @@ +"$schema" = 'https://starship.rs/config-schema.json' + +command_timeout = 800 + [shell] disabled = false format = '[$indicator]($style)'