From fb290889526429eb10ef039d2a4a766cf2f2bcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 20 Jun 2025 09:37:04 +0200 Subject: [PATCH] starship: make cmd_duration less verbose --- nix/homeModules/common/starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/starship/starship.toml b/nix/homeModules/common/starship/starship.toml index f688543a..9c462e71 100644 --- a/nix/homeModules/common/starship/starship.toml +++ b/nix/homeModules/common/starship/starship.toml @@ -111,7 +111,7 @@ style = "brown" #################### Right hand side #################### [cmd_duration] -min_time = 5_000 +min_time = 60_000 show_milliseconds = true style = 'brown' format = '([$duration]($style) )'