summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-04-14 03:59:23 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-04-14 03:59:23 -0700
commit7042a24164ed3a94696ac740908a47f0ec352b6a (patch)
tree68a62e993563778d8b7a4752f15d4786659e32ff /home/xyz/.bashrc
parentbb0c5b41f0bae7796efe881e5fc0bf1acf97c675 (diff)
comment out miniconda3 things in .bashrc, umcomment when need
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]\$ '