fix package in starship prompt
This commit is contained in:
parent
a2b42917f2
commit
166835b305
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
format = "\\[[$symbol($version)]($style)\\]";
|
||||
symbol = " ";
|
||||
};
|
||||
package = {
|
||||
format = "\\[[$symbol$version]($style)\\]";
|
||||
symbol = " ";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue