From aa9652f5b13a57d5bde3644ab1398aa0f96067e7 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 17 Jul 2026 16:21:12 +0200 Subject: [PATCH] Slightly longer timeout for scans so larger dirs are OK --- .config/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index b3f0cd2..ff6ac0c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -42,6 +42,9 @@ $cmd_duration\ # Timeout for commands executed by starship (ms) command_timeout = 3000 +# Timeout for starship to scan files (in milliseconds), default is 30 +scan_timeout = 100 + # Disable the blank line at the start of the prompt # add_newline = false