'VS code bash starts to show these ASCII characters when activating new environment using the conda activate ./envs command

The following commands were used to create and activate the environment in a specific location. but after activating the environment the text of the bash terminal changes to ASCII characters highlighted in the below image.

conda create --prefix ./envs
conda activate ./envs

look at the highlighted section



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source