From 724a1c25d909ef481930b303faebd7eb9a72c26e Mon Sep 17 00:00:00 2001 From: doryan Date: Wed, 10 Jul 2024 15:03:03 +0400 Subject: [PATCH] i forget what i change --- starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starship.toml b/starship.toml index 7c81fdd..eefdae7 100755 --- a/starship.toml +++ b/starship.toml @@ -152,8 +152,8 @@ truncation_symbol = "…/" [git_branch] symbol = "" -style = "fg:color_aqua" -format = '[[ $symbol $branch ](fg:color_fg0 fg:color_aqua)]($style)' +style = "fg:color_fg0" +format = '[[ $symbol $branch ](fg:color_fg0)]($style)' [git_status] style = "fg:color_aqua"