From 3d8429c12eb3247ce547eb03468ee995d75f3f80 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 3 Jun 2025 06:47:25 -0400 Subject: [PATCH] 156 current 2025-06-03 06:47:10 25.11.20250531.910796c 6.15.0 * --- home/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/home.nix b/home/home.nix index 58fdc64..ceb7537 100644 --- a/home/home.nix +++ b/home/home.nix @@ -51,6 +51,9 @@ ''; historyIgnore = [ "ls" + "ls -a" + "ls -l" + "ls -la" "cd" "exit" ]; @@ -240,13 +243,18 @@ disabled = true; }; username = { + style = "bold blue"; format = "[$user]($style)@"; show_always = true; }; hostname = { + style = "bold cyan"; format = "[$ssh_symbol$hostname]($style) "; ssh_only = false; }; + directory = { + style = "bold green"; + }; }; };