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 = "/";
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 = "";
};