style(starship): 移除目录替换图标后的多余空格
This commit is contained in:
@@ -57,11 +57,11 @@
|
||||
truncation_length = 3;
|
||||
truncation_symbol = "…/";
|
||||
substitutions = {
|
||||
Developer = " ";
|
||||
Documents = " ";
|
||||
Downloads = " ";
|
||||
Music = " ";
|
||||
Pictures = " ";
|
||||
Developer = "";
|
||||
Documents = "";
|
||||
Downloads = "";
|
||||
Music = "";
|
||||
Pictures = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user