venv display

pull/349/head
Sebastian Noe 1 month ago
parent 3f9582b6fb
commit a653bce8ed

@ -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

Loading…
Cancel
Save