From 9aab9961c05e351dc4fd9e556b779bd97be8ded4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 13 Dec 2024 10:19:06 +0000 Subject: [PATCH] Adjust starship shell icons slightly --- system/home/shell/starship.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system/home/shell/starship.nix b/system/home/shell/starship.nix index 7a77ca1e..538c7391 100644 --- a/system/home/shell/starship.nix +++ b/system/home/shell/starship.nix @@ -141,12 +141,12 @@ scala.symbol = " "; shell = { disabled = false; - format = "using [$indicator]($style)"; - nu_indicator = "ν "; - bash_indicator = " "; - powershell_indicator = " "; - cmd_indicator = " "; - unknown_indicator = " "; + format = "using [$indicator]($style) "; + nu_indicator = "ν"; + bash_indicator = ""; + powershell_indicator = ""; + cmd_indicator = ""; + unknown_indicator = ""; }; status = { disabled = false;