Question

I just got ZSH and am getting it to work with Virtualenv and Virtualenvwrapper. Whenever I activate a env, the environment name gets repeated when I do not want it to. How can I turn off Virtualenv/wrapper's feature that places the environment name in my prompt so that I can recreate it in my .zshrc file?

Était-ce utile?

La solution

simply set the following envvar:

export VIRTUAL_ENV_DISABLE_PROMPT=1
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top