From ab6c6258d1311ad18904a15b23426534fc613b0c Mon Sep 17 00:00:00 2001 From: inkch Date: Wed, 17 Jan 2024 18:38:02 +0900 Subject: [PATCH] starship: set color for username (for root and other) --- dot_config/starship.toml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/starship.toml.tmpl b/dot_config/starship.toml.tmpl index a2f47f8..b5289e4 100644 --- a/dot_config/starship.toml.tmpl +++ b/dot_config/starship.toml.tmpl @@ -22,6 +22,8 @@ add_newline = true [username] +style_user = 'bold yellow' +style_root = 'bold red' format = "[$user]($style)" [hostname]