From 3b48ed6097e39b7cb3ceeb58d2699cd994273805 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 4 May 2023 00:18:18 +0200 Subject: Allow longer git timeout for starship. --- .config/starship.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 34a1628..9a48d22 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,3 +1,5 @@ +command_timeout = 1000 + [directory] truncation_length = 8 truncation_symbol = "…/" -- cgit v1.2.3-54-g00ecf