From 7ca53faffefe31d84b7775580f3df8b9986ef241 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sat, 21 Jun 2025 10:23:33 +1000 Subject: [PATCH] Update starship config --- alex/home.nix | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/alex/home.nix b/alex/home.nix index 0680a53..987038b 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -123,10 +123,27 @@ enable = true; # custom settings settings = { - add_newline = false; + add_newline = true; aws.disabled = true; gcloud.disabled = true; line_break.disabled = true; + character = { + success_symbol = "[➜](green)"; + error_symbol = "[➜](bold red)"; + }; + username = { + disabled = false; + show_always = true; + style_user = "green"; + }; + hostname = { + ssh_only = true; + format = "[$ssh_symbol](bold blue)[$hostname](red) "; + disabled = false; + }; + directory = { + style = "blue"; + }; }; };