From 42602bd2a4104fff1c1eec30756e5ae2b99d195e Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 11 Oct 2023 00:59:41 -0400 Subject: [PATCH] feat(starship): make root diff color than normal user --- nixos/home/bashdots.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/home/bashdots.nix b/nixos/home/bashdots.nix index d4835edb..106b6779 100644 --- a/nixos/home/bashdots.nix +++ b/nixos/home/bashdots.nix @@ -35,6 +35,7 @@ username = { show_always = true; style_user = "fg:${textColor} bg:${secondColor}"; + style_root = "fg:red bg:${secondColor} blink"; format = "[ $user]($style)"; };