From 39665e6c4108bbd4b34fb233ef31c45bb5ee44ba Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 1 Sep 2024 19:28:02 +0100 Subject: [PATCH] Starship: don't add newline since it looks weird with transience --- system/home/shell/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/shell/starship.nix b/system/home/shell/starship.nix index 63c0422a..aea61331 100644 --- a/system/home/shell/starship.nix +++ b/system/home/shell/starship.nix @@ -4,7 +4,7 @@ enable = true; enableTransience = true; settings = { - add_newline = true; + add_newline = false; aws.symbol = "󰸏 "; buf.symbol = " "; c.symbol = " ";