When I activate the environment with devenv shell, (devenv) appears at the beginning of the shell prompt.
Since I use starship/starship for my prompt, I would like to hide the prompt provided by devenv.
However, checking the current implementation, it appears there is no way to hide the prompt.
Is it possible to add a setting to hide the prompt, similar to VIRTUALENV_DISABLE_PROMPT?
When I activate the environment with
devenv shell,(devenv)appears at the beginning of the shell prompt.Since I use starship/starship for my prompt, I would like to hide the prompt provided by devenv.
However, checking the current implementation, it appears there is no way to hide the prompt.
Is it possible to add a setting to hide the prompt, similar to
VIRTUALENV_DISABLE_PROMPT?