aweshell 或者 eshell 可以支持 conda 吗?

貌似不支持 conda,比如我需要conda激活某一个人的配置,执行 conda activate xxx就显示如下信息:

└─>:master*?:1 λ conda activate lm

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.