Simplify logic?

pull/346/head
Wilson Biggs 12 months ago
parent 88671c1d42
commit dcec53f35c

@ -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' ] if [ "$version_glyph" -o "$theme_display_virtualenv_python_version" = 'no' ]
__bobthefish_start_segment $color_virtualfish __bobthefish_start_segment $color_virtualfish
echo -ns $virtualenv_glyph echo -ns $virtualenv_glyph $version_glyph ' '
if [ "$theme_display_virtualenv_python_version" != 'no' ]
echo -ns $version_glyph
end
echo -ns ' '
end end
if [ "$VIRTUAL_ENV" ] if [ "$VIRTUAL_ENV" ]

Loading…
Cancel
Save