feat(starship): make root diff color than normal user

This commit is contained in:
matt1432 2023-10-11 00:59:41 -04:00
parent 8433a8987a
commit 42602bd2a4

View file

@ -35,6 +35,7 @@
username = {
show_always = true;
style_user = "fg:${textColor} bg:${secondColor}";
style_root = "fg:red bg:${secondColor} blink";
format = "[ $user]($style)";
};