conda config --set env_prompt '({name})'
Managing environments — conda 22.9.0.post48+5df27c43e documentation
Conda removes the path name for the currently active environment from your system command. Note To simply return to the base environment, it's better to call conda activate with no environment specified, rather than to try to deactivate. If you run conda d
conda.io