nu_scripts
nu_scripts copied to clipboard
cd doesn't change current directory prompt after execute conda activate...
Relative script: https://github.com/nushell/nu_scripts/tree/main/virtual_environments
Nu shell version: 0.61.0
Seems like a bug in conda.nu. I wrote it according to Python's virtualenv activation script which reportedly follows the prompt correctly.
As a workaround, you can pass the --no-prompt
flag and use the CONDA_PROMPT_MODIFIER
to create your own prompt.