From 6e36efb4dc1c9d0460e23da686c8260321e727de Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 2 May 2022 08:35:04 +0930 Subject: [PATCH] removed conda from zshrc --- .zshrc | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.zshrc b/.zshrc index 4c4a24b..7fb1bb5 100644 --- a/.zshrc +++ b/.zshrc @@ -205,20 +205,4 @@ ZSH_HIGHLIGHT_STYLES[arg0]='fg=#F8F8F2' ZSH_HIGHLIGHT_STYLES[default]='fg=#F8F8F2' ZSH_HIGHLIGHT_STYLES[cursor]='standout' -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - -# >>> conda initialize >>> -# !! Contents within this block are managed by 'conda init' !! -__conda_setup="$('/home/solomon/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" -if [ $? -eq 0 ]; then - eval "$__conda_setup" -else - if [ -f "/home/solomon/anaconda3/etc/profile.d/conda.sh" ]; then - . "/home/solomon/anaconda3/etc/profile.d/conda.sh" - else - export PATH="/home/solomon/anaconda3/bin:$PATH" - fi -fi -unset __conda_setup -# <<< conda initialize <<< - +# source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh