Remove extraneous spaces from Starship icon definitions

This commit is contained in:
2026-02-11 18:11:38 +01:00
parent 88b161347d
commit c78292ac67

View File

@@ -33,24 +33,24 @@ in {
truncation_symbol = "/"; truncation_symbol = "/";
truncate_to_repo = false; truncate_to_repo = false;
substitutions = { substitutions = {
"Documents" = "󰈙 "; "Documents" = "󰈙";
"Downloads" = " "; "Downloads" = "";
"Music" = " "; "Music" = "";
"Pictures" = " "; "Pictures" = "";
"Projects" = " "; "Projects" = "";
"nix" = " "; "nix" = "";
"nixos" = " "; "nixos" = "";
}; };
}; };
character = { character = {
success_symbol = "[ ](${accent})"; success_symbol = "[](${accent})";
error_symbol = "[ ](red)"; error_symbol = "[](red)";
}; };
nix_shell = { nix_shell = {
format = "[$symbol]($style) "; format = "[$symbol]($style) ";
symbol = " "; symbol = "";
style = ""; style = "";
}; };