In the xonsh shell how can I use the name of the virtual environment I'm use as a condition in the definition of $PROMPT?
(More in detail: I have a virtual environment called 'xonsh' for the xonsh shell itself, but I do not want this venv to be shown in the prompt, but any other activated venv should be shown in the prompt.)