feat: removed dash from python format symbol for starship
All checks were successful
sync tailscale acls / acls (push) Successful in 1m5s
All checks were successful
sync tailscale acls / acls (push) Successful in 1m5s
This commit is contained in:
parent
5abbdb948a
commit
6b32b6d18c
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ format = '([\[](text)[$symbol($version)]($style)[\]](text))'
|
|||
symbol = " "
|
||||
|
||||
[python]
|
||||
format = '([─\[](text)[${symbol}${pyenv_prefix}(${version})(\($virtualenv\))]($style)[\]](text))'
|
||||
format = '([\[](text)[${symbol}${pyenv_prefix}(${version})(\($virtualenv\))]($style)[\]](text))'
|
||||
style = "green"
|
||||
symbol = " "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue