From c4438ccfc3bcd0c8cc176045d546058a241656ef Mon Sep 17 00:00:00 2001 From: Lee Tang Date: Fri, 4 Aug 2023 12:15:47 +0800 Subject: [PATCH] update Signed-off-by: Lee Tang --- starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starship.toml b/starship.toml index 7e41d9f..f85b4fc 100644 --- a/starship.toml +++ b/starship.toml @@ -43,7 +43,7 @@ vimcmd_visual_symbol = "[←](bold yellow)" [time] disabled = false time_format = '%R' -format = '[\[ $time \]]($style) ' +format = '[\[$time\]]($style) ' style = "gray" [username] @@ -67,7 +67,7 @@ disabled = false [cmd_duration] show_notifications = false min_time = 1_000 -format = "took [$duration](bold yellow)" +format = "took [$duration](bold yellow) " min_time_to_notify = 70_000 [sudo]