If anaconda is fully updated, a simple “conda init zsh” should work. Navigate into the anaconda3 folder using
cd ~/miniconda3/
of course replacing “/path/to/anaconda/” with “~/anaconda3” or “/anaconda3” or wherever the “anaconda3” folder is kept.
To make sure it’s updated, run
./bin/conda update –prefix . anaconda
After this, running
./bin/conda init zsh