From 8fc434d1c6b48045845f8cb71610807878f1b786 Mon Sep 17 00:00:00 2001 From: caandt Date: Sat, 19 Oct 2024 22:00:45 -0500 Subject: [PATCH] remove sudo from starship --- user/config/starship.toml | 10 ---------- 1 file changed, 10 deletions(-) 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)"