venv display

This commit is contained in:
Sebastian Noe 2024-04-09 11:33:19 +02:00
parent 3f9582b6fb
commit a653bce8ed

View File

@ -1212,3 +1212,6 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
__bobthefish_finish_segments
end
if set -q VIRTUAL_ENV
echo -n -s (set_color -b blue white) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal) " "
end