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_symbol = "/";
substitutions = {
Developer = "󰲋 ";
Documents = "󰈙 ";
Downloads = " ";
Music = "󰝚 ";
Pictures = " ";
Developer = "󰲋";
Documents = "󰈙";
Downloads = "";
Music = "󰝚";
Pictures = "";
};
};