From f772e03821171bfb1be47ffea6174e23d9990771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 20 Jan 2026 15:28:17 +0100 Subject: [PATCH] home/starship: drop min time to 2 seconds --- 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 88a7587d..a1e10ee1 100644 --- a/nix/homeModules/common/starship/starship.toml +++ b/nix/homeModules/common/starship/starship.toml @@ -108,7 +108,7 @@ style = "blue" #################### Right hand side #################### [cmd_duration] -min_time = 60_000 +min_time = 2_000 show_milliseconds = true style = 'blue' format = '([$duration]($style) )'