mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 22:22:53 +02:00
update
This commit is contained in:
parent
42c177d250
commit
d611772d1e
2 changed files with 33 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue