mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
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…
Reference in New Issue
Block a user