Thanks for this tool! just what I needed to ditch conda.
My prompt is already intelligent to virtual environments, and setting the PS1 to have (env) at the beginning breaks the prompt aesthetically.
Conda has a config to opt out of this which looks like:
conda config --set changeps1 false
Could something like this (would mean implementing a uve config somewhere) be added to uve please.
In the meantime, I am just editing .uve.sh to change the PS1 behaviour