oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.46k stars 225 forks source link

Duplicate virtualenv marker in prompt #304

Closed alper closed 3 years ago

alper commented 3 years ago

I'm pretty sure this hasn't been always the case, but if I do pipenv shell, my prompt now has the virtualenv designation in it twice:

(blabla) ◰³ blabla-jWXhYTnz DIR BRANCH

I think the part in the front between parens should not be there, right? How did this happen?

alper commented 3 years ago

Oh, I had missed this the last time round,

If you use virtualenv, you will probably need to disable the default virtualenv prompt, since it doesn't play nice with fish: set -x VIRTUAL_ENV_DISABLE_PROMPT 1

That definitely fixes it.