fix(starship): remove sudo indicator because of lag
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
87340389b4
commit
0b6a1d48f1
1 changed files with 0 additions and 7 deletions
|
@ -19,7 +19,6 @@
|
||||||
"[ ](bg:${firstColor} fg:#090c0c)"
|
"[ ](bg:${firstColor} fg:#090c0c)"
|
||||||
"[](bg:${secondColor} fg:${firstColor})"
|
"[](bg:${secondColor} fg:${firstColor})"
|
||||||
"$username$hostname"
|
"$username$hostname"
|
||||||
"$sudo"
|
|
||||||
"[](fg:${secondColor} bg:${thirdColor})"
|
"[](fg:${secondColor} bg:${thirdColor})"
|
||||||
"$directory"
|
"$directory"
|
||||||
"[](fg:${thirdColor} bg:${fourthColor})"
|
"[](fg:${thirdColor} bg:${fourthColor})"
|
||||||
|
@ -28,12 +27,6 @@
|
||||||
"\n╰╴$shlvl$nix_shell$character"
|
"\n╰╴$shlvl$nix_shell$character"
|
||||||
];
|
];
|
||||||
|
|
||||||
sudo = {
|
|
||||||
disabled = false;
|
|
||||||
style = "fg:${textColor} bg:${secondColor}";
|
|
||||||
format = "[as root ]($style)";
|
|
||||||
};
|
|
||||||
|
|
||||||
username = {
|
username = {
|
||||||
show_always = true;
|
show_always = true;
|
||||||
style_user = "fg:${textColor} bg:${secondColor}";
|
style_user = "fg:${textColor} bg:${secondColor}";
|
||||||
|
|
Loading…
Reference in a new issue