From 85b05d50f0558e46a91e33c3e9931002a125956f Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 15 Apr 2023 18:01:42 -0500 Subject: [PATCH] feat: Add mamba hooks --- dot_hooks.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_hooks.tmpl b/dot_hooks.tmpl index ead7ebd..757e684 100644 --- a/dot_hooks.tmpl +++ b/dot_hooks.tmpl @@ -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