Add another space between virtualenv version and name

Fixes #16
pull/20/head
Justin Hileman 9 years ago
parent 2daba34bf8
commit ac7c5c913b

@ -440,7 +440,7 @@ function __bobthefish_prompt_virtualfish -d "Display activated virtual environme
set -l version_glyph (__bobthefish_virtualenv_python_version)
if [ "$version_glyph" ]
__bobthefish_start_segment $__bobthefish_med_blue $__bobthefish_lt_grey
echo -n -s $__bobthefish_virtualenv_glyph $version_glyph
echo -n -s $__bobthefish_virtualenv_glyph $version_glyph ' '
end
__bobthefish_start_segment $__bobthefish_med_blue $__bobthefish_lt_grey --bold
echo -n -s (basename "$VIRTUAL_ENV") ' '

Loading…
Cancel
Save