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"; + }; }; };