From 00df8ba9bea7da750b0a61514a1079d81fd0c516 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 29 Jan 2024 22:50:59 +0100 Subject: [PATCH] made conda config independent of anaconda or miniconda --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1215010..262fa6c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -143,7 +143,7 @@ alias log='git log' #neofetch neofetch -source /opt/anaconda/etc/profile.d/conda.sh +source /etc/profile.d/conda.sh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh