From b78df8b6a4d981d250d7f10a5fc1b6c49c09c7db Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 26 Apr 2021 11:31:35 -0300 Subject: [PATCH] VirtualEnv lost a space in Starship update --- starship/starship.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/starship/starship.toml b/starship/starship.toml index dcc4bd2..1b02048 100644 --- a/starship/starship.toml +++ b/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) '