Remove extraneous spaces from Starship icon definitions
This commit is contained in:
@@ -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 = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user