From 1f6582dc4e92ff2545f4fda3b5d29295167ca7bb Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 29 Aug 2023 11:28:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20updated=20neofetch=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.zshrc b/.zshrc index 78156b7..406986e 100644 --- a/.zshrc +++ b/.zshrc @@ -103,3 +103,18 @@ source $ZSH/oh-my-zsh.sh PROMPT="🦥%m% ${PROMPT}" neofetch --ascii_distro arcolinux_small + +# >>> conda initialize >>> +# !! Contents within this block are managed by 'conda init' !! +__conda_setup="$('/home/sid/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" +if [ $? -eq 0 ]; then + eval "$__conda_setup" +else + if [ -f "/home/sid/anaconda3/etc/profile.d/conda.sh" ]; then + . "/home/sid/anaconda3/etc/profile.d/conda.sh" + else + export PATH="/home/sid/anaconda3/bin:$PATH" + fi +fi +unset __conda_setup +# <<< conda initialize <<< \ No newline at end of file