remove sudo from starship

This commit is contained in:
caandt 2024-10-19 22:00:45 -05:00
parent 21ef85821e
commit 8fc434d1c6

View file

@ -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)"