diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-14 20:33:00 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-14 20:33:00 -0700 |
commit | 0df192a502bf156982d9348c2b64d6a107550f7d (patch) | |
tree | f244f354ff7445d8d298a10eed7bcc2fabd72bdd /home/xyz/.bashrc | |
parent | 801aad4cdfce069e3ec8f94e9cc31f9070a1952f (diff) |
source conda no need in .bashrc, not often used, source it manually when necessary
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 40eeb1e4..8a1dedc6 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -13,9 +13,6 @@ 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]\$ ' |