From c78292ac67c9c45db2ef14d9d94505310fbdd0bf Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Wed, 11 Feb 2026 18:11:38 +0100 Subject: [PATCH] Remove extraneous spaces from Starship icon definitions --- modules/home/starship.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/home/starship.nix b/modules/home/starship.nix index 9161dd4..24cb7d8 100644 --- a/modules/home/starship.nix +++ b/modules/home/starship.nix @@ -33,24 +33,24 @@ in { truncation_symbol = "…/"; truncate_to_repo = false; substitutions = { - "Documents" = "󰈙 "; - "Downloads" = " "; - "Music" = " "; - "Pictures" = " "; - "Projects" = " "; - "nix" = " "; - "nixos" = " "; + "Documents" = "󰈙"; + "Downloads" = ""; + "Music" = ""; + "Pictures" = ""; + "Projects" = ""; + "nix" = ""; + "nixos" = ""; }; }; character = { - success_symbol = "[ ](${accent})"; - error_symbol = "[ ](red)"; + success_symbol = "[](${accent})"; + error_symbol = "[](red)"; }; nix_shell = { format = "[$symbol]($style) "; - symbol = " "; + symbol = ""; style = ""; };