1# can't be 1.bash2curl -fsSL https://github.com/conda-forge/miniforge/releases/download/25.3.0-3/Miniforge3-25.3.0-3-Linux-x86_64.sh > 1.sh3bash 1.sh4# this will modify rc, assume you use fish5~/miniforge3/bin/conda init fish6conda config --set auto_activate_base false7# add this to rc8/home/julyfun/miniforge3/bin/mamba shell hook --shell fish | source9# Note: mamba can't init fish 4.0. See https://github.com/mamba-org/mamba/issues/384710# Use micromamba instread.
Works today!