From 09d005001449f7d43c1caeb8a381e6c5129cc1de Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 4 Mar 2026 10:23:04 +0000 Subject: [PATCH] starship: strip prompt to essentials --- profiles/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/starship.nix b/profiles/starship.nix index 3a8aa82..bbe9797 100644 --- a/profiles/starship.nix +++ b/profiles/starship.nix @@ -3,7 +3,7 @@ enable = true; enableNushellIntegration = true; settings = { - format = "$directory\${custom.scm}$all"; + format = "$directory\${custom.scm}$hostname$line_break$character"; buf = { disabled = true; };