From a77e45eb97b951144e9ebcbdc399261191b00db5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 7 Feb 2022 11:41:34 +0000 Subject: [PATCH] feat(prompt): minor tweak to starship's cmd_duration module style --- config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index fdb3364..b63785f 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -163,7 +163,7 @@ format = "( [$symbol$shlvl]($style))" disabled = true [cmd_duration] -format = '( [\(](fg:245)[$duration]($style)[\)](fg:245))' +format = '( [\(](fg:242)[$duration]($style)[\)](fg:242))' style = "bold fg:220" [sudo]