[O] Allow modifying mamba root prefix

This commit is contained in:
2025-06-12 03:24:01 -04:00
committed by GitHub
parent a54d82f20d
commit f7f28b670c
+2 -2
View File
@@ -1,6 +1,6 @@
# Mamba (conda replacement)
alias mamba-install="zsh <(curl -L micro.mamba.pm/install.sh)"
export MAMBA_ROOT_PREFIX="$HOME/.conda"
export MAMBA_ROOT_PREFIX="${MAMBA_ROOT_PREFIX:-$HOME/.conda}"
# Mamba initialize function
mamba-init()
@@ -34,4 +34,4 @@ if command -v 'pyenv' &> /dev/null; then
fi
# This alias needs to be added after mamba-init
alias mamba="micromamba"
alias mamba="micromamba"