Created by: romantolkachyov
I'm always create virtualenv with name venv
inside project. Also I used virtualenvs --prompt
argument to specify name for my venv (because it venv
in every project). But it doesn't work with liquidprompt because it rewrites PS1.
So I've added an option LP_VIRTUALENV_PARENT (default to 0). If enabled, liquidprompt will display venv parent dir name instead of fixed in my case.