mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-12-03 09:49:55 +00:00
feat: Add mamba hooks
This commit is contained in:
parent
6caa4f13ef
commit
85b05d50f0
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ else
|
|||
fi
|
||||
fi
|
||||
unset __conda_setup
|
||||
|
||||
if [ -f "$HOME/miniconda3/etc/profile.d/mamba.sh" ]; then
|
||||
. "$HOME/miniconda3/etc/profile.d/mamba.sh"
|
||||
fi
|
||||
# <<< conda initialize <<<
|
||||
|
||||
if [ -f $HOME/.ion/bin/ion ]; then
|
||||
|
|
Loading…
Reference in a new issue