style(starship): 移除目录替换图标后的多余空格

This commit is contained in:
2026-04-15 19:19:48 +08:00
parent f011b5027d
commit d072bb491c
+5 -5
View File
@@ -57,11 +57,11 @@
truncation_length = 3; truncation_length = 3;
truncation_symbol = "/"; truncation_symbol = "/";
substitutions = { substitutions = {
Developer = "󰲋 "; Developer = "󰲋";
Documents = "󰈙 "; Documents = "󰈙";
Downloads = " "; Downloads = "";
Music = "󰝚 "; Music = "󰝚";
Pictures = " "; Pictures = "";
}; };
}; };