From 3be7372cfb92f38daa5d1f774331a62b9fd489b9 Mon Sep 17 00:00:00 2001 From: coast Date: Mon, 30 Jun 2025 10:31:14 +0330 Subject: [PATCH] ricing --- config/starship.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index 750f50c..9194ff7 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -5,8 +5,6 @@ $username\ [](bg:#f8d87a fg:#30303E)\ $directory\ [](fg:#f8d87a bg:#f8d87a)\ -$git_branch\ -$git_status\ [](fg:#f8d87a bg:#807fa0)\ $c\ $elixir\ @@ -75,15 +73,6 @@ symbol = " " style = "bg:#807fa0" format = '[ $symbol ($version) ]($style)' -[git_branch] -symbol = "" -style = "bg:#f8d87a" -format = '[ $symbol $branch ]($style)' - -[git_status] -style = "bg:#f8d87a" -format = '[$all_status$ahead_behind ]($style)' - [golang] symbol = " " style = "bg:#807fa0"