Compare commits

...

2 commits

Author SHA1 Message Date
cda250f93f update nvim 2023-11-26 14:35:37 +01:00
3ac4d3418d conda 2023-11-26 14:33:45 +01:00
2 changed files with 17 additions and 1 deletions

@ -1 +1 @@
Subproject commit 73fda04cf277c46ffc9b81aa9d21eae8ff20168b
Subproject commit 23d3872daa9e5631a410484ea5df9cdad1569705

16
.zshrc
View file

@ -197,3 +197,19 @@ then
else
eval "$(zoxide init zsh)"
fi
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/plex/.local/share/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/plex/.local/share/miniconda3/etc/profile.d/conda.sh" ]; then
. "/home/plex/.local/share/miniconda3/etc/profile.d/conda.sh"
else
export PATH="/home/plex/.local/share/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<