From 50d4d8de9133e7f1a1d58295d6d16fc25101c3e5 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 10 Oct 2024 04:57:25 -0400 Subject: [PATCH] Commit for generation 233 --- glasshouse-desktop/home/starship.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/glasshouse-desktop/home/starship.nix b/glasshouse-desktop/home/starship.nix index fbea9ed..aeecdb0 100644 --- a/glasshouse-desktop/home/starship.nix +++ b/glasshouse-desktop/home/starship.nix @@ -11,8 +11,19 @@ settings = { # right_format = "$cmd_duration"; + format = lib.concatStrings [ + "($username)(bold white)" + "($directory)" + ]; + + + username = { + show_always = true; + style_user = "bold white"; + format = "[$user]($style)"; + }; directory = { - format = "[ ](bold #89b4fa)[ $path ]($style)"; + format = "[$path](bold cyan)[/](bold green) "; style = "bold #b4befe"; };