From 069be1d0e13739ab9badee36b8d573dfc91fa88e Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 4 May 2021 21:07:08 +0200 Subject: bashrc, vimrc and Xdefaults update --- .bashrc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.bashrc') 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 <<< + -- cgit v1.2.3