initial commit
This commit is contained in:
12
.envrc
Normal file
12
.envrc
Normal file
@@ -0,0 +1,12 @@
|
||||
export MAMBA_EXE='/home/maxime/.local/bin/micromamba';
|
||||
export MAMBA_ROOT_PREFIX='/home/maxime/.micromamba';
|
||||
__mamba_setup="$("$MAMBA_EXE" shell hook --shell zsh --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__mamba_setup"
|
||||
else
|
||||
alias micromamba="$MAMBA_EXE" # Fallback on help from micromamba activate
|
||||
fi
|
||||
unset __mamba_setup
|
||||
|
||||
micromamba activate nvim
|
||||
|
||||
Reference in New Issue
Block a user