1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-12-03 09:49:55 +00:00

feat: Add mamba hooks

This commit is contained in:
Thomas A. Christensen II 2023-04-15 18:01:42 -05:00
parent 6caa4f13ef
commit 85b05d50f0
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -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