summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 1f28232c..40eeb1e4 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -14,7 +14,7 @@ esac
. /usr/share/bash-complete-alias/complete_alias
# https://aur.archlinux.org/packages/miniconda3
-[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && . /opt/miniconda3/etc/profile.d/conda.sh
+#[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && . /opt/miniconda3/etc/profile.d/conda.sh
# default PS1
#PS1='[\u@\h \W]\$ '