diff --git a/user/config/starship.toml b/user/config/starship.toml index a3606a9..06caabd 100644 --- a/user/config/starship.toml +++ b/user/config/starship.toml @@ -1,6 +1,5 @@ format = """ [ ](bg:#E34F7C)\ -$sudo\ $username\ $directory\ $git_branch\ @@ -34,15 +33,6 @@ fish_indicator = "[fsh](green italic)" [fill] symbol = " " -#[time] -#format = "[█]($style)[$time]($style inverted)" -#style = "#838d99" -#disabled = false - -[sudo] -format = "[ ](bg:#E34F7C blue)" -disabled = false - [username] show_always = true format = "[$user ]($style inverted)[ ]($style bg:#443f59)"