feat(starship): make root diff color than normal user
This commit is contained in:
parent
8433a8987a
commit
42602bd2a4
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
username = {
|
username = {
|
||||||
show_always = true;
|
show_always = true;
|
||||||
style_user = "fg:${textColor} bg:${secondColor}";
|
style_user = "fg:${textColor} bg:${secondColor}";
|
||||||
|
style_root = "fg:red bg:${secondColor} blink";
|
||||||
format = "[ $user]($style)";
|
format = "[ $user]($style)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue