Disable auto activation of conda base environment

Just a quick reminder for myself. To disable that conda auto activates the base environment in new shells run

$ conda config --set auto_activate_base false