I have just installed a new version of Conda (22.9.0). My previous version used to prepend the Linux prompt with the name of the activated Conda environment. However the new version replaces the whole prompt with the Conda environment name e.g. (base)
. Therefore, I would like to customise the prompt. I have done this using the env_prompt
option in the .condarc
, however I am struggling to add a space at the end of the prompt.
channels:
- bioconda
- conda-forge
- defaults
auto_activate_base: false
env_prompt: ({default_env}) [\u@\h \W]\$
I would like to add a space after the dollar sign but I can't work out how to do this. Help would be appreciated.
Best wishes,
Lucy