Browse Source

VirtualEnv lost a space in Starship update

master
Julio Biason 3 years ago
parent
commit
b78df8b6a4
  1. 4
      starship/starship.toml

4
starship/starship.toml

@ -9,7 +9,6 @@ disabled = true
[git_branch]
style = "blue"
symbol = ""
[git_status]
disabled = true
@ -24,3 +23,6 @@ disabled = true
show_always = true
disabled = false
style_user = "bold green"
[python]
format = 'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\))]($style) '

Loading…
Cancel
Save