fix(starship): remove sudo indicator because of lag
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-10 19:05:22 -05:00
parent 87340389b4
commit 0b6a1d48f1

View file

@ -19,7 +19,6 @@
"[ ](bg:${firstColor} fg:#090c0c)"
"[](bg:${secondColor} fg:${firstColor})"
"$username$hostname"
"$sudo"
"[](fg:${secondColor} bg:${thirdColor})"
"$directory"
"[](fg:${thirdColor} bg:${fourthColor})"
@ -28,12 +27,6 @@
"\n$shlvl$nix_shell$character"
];
sudo = {
disabled = false;
style = "fg:${textColor} bg:${secondColor}";
format = "[as root ]($style)";
};
username = {
show_always = true;
style_user = "fg:${textColor} bg:${secondColor}";