From d000b0f5025eb0fed9d5d89707851bdcc6b162b3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 3 Apr 2024 09:08:58 +0100 Subject: [PATCH] Starship: add custom status symbols back Default values aren't good for vertical spacing --- home/starship/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/starship/default.nix b/home/starship/default.nix index 00458f9b..ae5c2c77 100644 --- a/home/starship/default.nix +++ b/home/starship/default.nix @@ -62,6 +62,12 @@ disabled = false; map_symbol = true; pipestatus = true; + symbol = " "; + success_symbol = ""; + not_executable_symbol = " "; + not_found_symbol = " "; + sigint_symbol = " "; + signal_symbol = " "; }; sudo = {disabled = false;}; };