This commit is contained in:
reonokiy 2025-03-17 23:50:18 +08:00
parent 42c177d250
commit d611772d1e
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
2 changed files with 33 additions and 1 deletions

View file

@ -24,7 +24,7 @@ end
# micromamba
if command -v micromamba >/dev/null
set -gx MAMBA_EXE /usr/bin/micromamba
set -gx MAMBA_EXE $(which micromamba)
set -gx MAMBA_ROOT_PREFIX "/home/oune/.local/share/mamba"
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
alias conda=micromamba