From 4cd30d3ccfdcbcbdef7857e5de7f955fb413c568 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 13 Dec 2023 19:08:26 +0100 Subject: [PATCH] Double command timeout for slower disks/usb sticks --- lone-files/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lone-files/starship.toml b/lone-files/starship.toml index b4d37d37..724c734b 100644 --- a/lone-files/starship.toml +++ b/lone-files/starship.toml @@ -8,7 +8,7 @@ format = ''' [└───────](bold #d60532)$status$character''' right_format = "" scan_timeout = 1 -command_timeout = 500 +command_timeout = 1000 add_newline = true [line_break] @@ -104,4 +104,4 @@ pipestatus = false disabled = false format = "$symbol " success_symbol = "[>](bold #ffffff)" -error_symbol = "[>](bold #d60532)" \ No newline at end of file +error_symbol = "[>](bold #d60532)"