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]