feat: Add mamba hooks

master
parent 6caa4f13ef
commit 85b05d50f0
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -11,6 +11,10 @@ else
fi
fi
unset __conda_setup
if [ -f "$HOME/miniconda3/etc/profile.d/mamba.sh" ]; then
. "$HOME/miniconda3/etc/profile.d/mamba.sh"
fi
# <<< conda initialize <<<
if [ -f $HOME/.ion/bin/ion ]; then

Loading…
Cancel
Save