From 7e69d6a9cff964a5ddd609cb2d4b9f2e78cfa837 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 29 May 2023 08:33:49 +0100 Subject: [PATCH] Increase command timeout for starship --- home/env/config/starship.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/env/config/starship.toml b/home/env/config/starship.toml index e60b3b4d..24a11487 100644 --- a/home/env/config/starship.toml +++ b/home/env/config/starship.toml @@ -1,8 +1,7 @@ # Get editor completions based on the config schema "$schema" = 'https://starship.rs/config-schema.json' -# format = "$directory$git_branch$git_status$character" -# right_format = "$all" +command_timeout = 1000 # Inserts a blank line between shell prompts add_newline = true