From cb58a234ce8d31a33f010243b2ece02f1db45454 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 7 Nov 2025 15:38:01 +0100 Subject: [PATCH] Remove extra space in duration --- home/.config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/starship.toml b/home/.config/starship.toml index c0fa63a..f8f762c 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -43,7 +43,7 @@ style = "" # --- Command duration --- [cmd_duration] min_time = 100 -format = " [took $duration]($style) " +format = "[took $duration]($style) " style = "bright-blue" disabled = false