diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index fd6d9e8..28761d1 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -873,11 +873,7 @@ function __bobthefish_prompt_virtualfish -S -d "Display current Python virtual e if [ "$version_glyph" -o "$theme_display_virtualenv_python_version" = 'no' ] __bobthefish_start_segment $color_virtualfish - echo -ns $virtualenv_glyph - if [ "$theme_display_virtualenv_python_version" != 'no' ] - echo -ns $version_glyph - end - echo -ns ' ' + echo -ns $virtualenv_glyph $version_glyph ' ' end if [ "$VIRTUAL_ENV" ]