From 7b7d64bebf1bb1a6d24302fd912febeb23114734 Mon Sep 17 00:00:00 2001 From: mrflos Date: Mon, 26 Aug 2024 11:19:54 +0300 Subject: [PATCH] feat(starship): longer timeout delayy --- dotfiles/starship/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index 39f5aa7..445feb7 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -1,9 +1,9 @@ "$schema" = 'https://starship.rs/config-schema.json' -#format = '${custom.tztime}$all$directory$character' format = '$directory$character' right_format = '$all' -add_newline = true # Inserts a blank line between shell prompts +add_newline = true +command_timeout = 2000 [character] success_symbol = '[➜ ](bold green)'