aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-05-04 21:07:08 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-05-04 21:07:08 +0200
commit069be1d0e13739ab9badee36b8d573dfc91fa88e (patch)
treeb389c4f344daf804bde408848238444e3bf3df56 /.bashrc
parent47732c4addf558f991d46e25715f3b5521c4c70b (diff)
bashrc, vimrc and Xdefaults update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc18
1 files changed, 17 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index cb17c12..9a75b23 100644
--- a/.bashrc
+++ b/.bashrc
@@ -8,7 +8,7 @@ shopt -s autocd cdspell checkjobs extglob
HISTSIZE= HISTFILESIZE= # Infinite history.
-PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 0)\]\t \[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]" ; export PS1
+PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\w\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]" ; export PS1
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
@@ -27,3 +27,19 @@ LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:c
export LS_COLORS
HISTCONTROL="ignorespace"
+
+# >>> conda initialize >>>
+# !! Contents within this block are managed by 'conda init' !!
+__conda_setup="$('/home/mas/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
+if [ $? -eq 0 ]; then
+ eval "$__conda_setup"
+else
+ if [ -f "/home/mas/miniconda3/etc/profile.d/conda.sh" ]; then
+ . "/home/mas/miniconda3/etc/profile.d/conda.sh"
+ else
+ export PATH="/home/mas/miniconda3/bin:$PATH"
+ fi
+fi
+unset __conda_setup
+# <<< conda initialize <<<
+