summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-04-14 02:03:34 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-04-14 02:03:34 -0700
commitcd3725c3e69a872954f10824c6a1a6a982d20bcf (patch)
tree644251c58214a2aa70d2b8deb0a8c743fbd098e1 /home/xyz/.bashrc
parenta9a44c8bf5f6346a0d1ffecce9c46d4990408905 (diff)
.bashrc, miniconda3, for text-generation-webui
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 8a1dedc6..1f28232c 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -13,6 +13,9 @@ esac
. /usr/share/fzf/key-bindings.bash
. /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
+
# default PS1
#PS1='[\u@\h \W]\$ '