From b45c970238da443e998ae53ae5a838b65b978a01 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sat, 21 Jun 2025 11:55:58 +1000 Subject: [PATCH] Tweak starship --- alex/home.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/alex/home.nix b/alex/home.nix index 83e3d94..03b9d9a 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -123,7 +123,6 @@ # starship - an customizable prompt for any shell programs.starship = { enable = true; - # custom settings settings = { add_newline = true; aws.disabled = true; @@ -139,12 +138,16 @@ style_user = "green"; }; hostname = { - ssh_only = true; + ssh_only = false; format = "[$ssh_symbol](bold blue)[$hostname](red) "; disabled = false; }; directory = { style = "blue"; + truncate_to_repo = false; + }; + git_status = { + style = "yellow"; }; }; };