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