diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-04 21:07:08 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-04 21:07:08 +0200 |
commit | 069be1d0e13739ab9badee36b8d573dfc91fa88e (patch) | |
tree | b389c4f344daf804bde408848238444e3bf3df56 /.bashrc | |
parent | 47732c4addf558f991d46e25715f3b5521c4c70b (diff) |
bashrc, vimrc and Xdefaults update
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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 <<< + |