From 55c3c4fcf9f49e262509cbb2df05b1be0a85c38e Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 1 Dec 2024 00:12:01 +0100 Subject: [PATCH] starship: raise timeout for cli prompt --- dot-config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/starship.toml b/dot-config/starship.toml index 159f4955..e4256933 100644 --- a/dot-config/starship.toml +++ b/dot-config/starship.toml @@ -1,6 +1,6 @@ "$schema" = 'https://starship.rs/config-schema.json' -command_timeout = 750 +command_timeout = 1200 format = """ [░▒▓](fg:bright-black)\ -- 2.51.2