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) '