add micromamba

This commit is contained in:
reonokiy 2025-02-13 22:22:42 +08:00
parent 23fe1eb8fb
commit 1743620336
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -22,3 +22,9 @@ if command -v zoxide >/dev/null
zoxide init fish | source
end
# micromamba
if command -v micromamba > /dev/null
set -gx MAMBA_EXE "/usr/bin/micromamba"
set -gx MAMBA_ROOT_PREFIX "/home/oune/.local/share/mamba"
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
end