feat: removed dash from python format symbol for starship
This commit is contained in:
parent
89f294813d
commit
c3924dbdb5
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ format = '([\[](text)[$symbol($version)]($style)[\]](text))'
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
format = '([─\[](text)[${symbol}${pyenv_prefix}(${version})(\($virtualenv\))]($style)[\]](text))'
|
format = '([\[](text)[${symbol}${pyenv_prefix}(${version})(\($virtualenv\))]($style)[\]](text))'
|
||||||
style = "green"
|
style = "green"
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue