X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;fp=shell%2F.bashrc;h=b7fa58a01bdea3abcbc333b59b4ec76953049ca6;hb=680453b96ef8de3ad668b2163927aac7a7e33045;hp=cc8f34c312ffa203a6df4e9054f5d5a4dd85a494;hpb=7637ae4790f12008ff27ba2134153ce20296a6fa;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index cc8f34c..b7fa58a 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -29,7 +29,7 @@ else export CLEAN_HOME=/opt/clean-x64 fi -export PATH=$CLEAN_HOME/bin:~/.local/bin:$PATH +export PATH=$CLEAN_HOME/bin:~/.local/bin:~/.nitrile/bin:~/.cabal/bin:$PATH export PATH=/opt/texlive/2021/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH export MANPATH=~/.local/share/man:/opt/texlive/2021/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH @@ -44,7 +44,7 @@ alias slrn="slrn -i \"${XDG_CONFIG_HOME:-$HOME/.config}/slrn/slrnrc\"" alias ls='ls --color=auto' alias grep='grep --color=auto' alias vi='vim --servername VIM' -alias shutdown="echo \"Are you sure? I\'m Ygdrassil\" && read && shutdown" +alias kmfbmagp=tmuxmail if [ -f /etc/bash_completion ] then @@ -68,3 +68,19 @@ set_prompt(){ PS1="$PS1\$ " } PROMPT_COMMAND='set_prompt' + +# >>> conda initialize >>> +# !! Contents within this block are managed by 'conda init' !! +__conda_setup="$('/home/mrl/.local/share/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" +if [ $? -eq 0 ]; then + eval "$__conda_setup" +else + if [ -f "/home/mrl/.local/share/anaconda3/etc/profile.d/conda.sh" ]; then + . "/home/mrl/.local/share/anaconda3/etc/profile.d/conda.sh" + else + export PATH="/home/mrl/.local/share/anaconda3/bin:$PATH" + fi +fi +unset __conda_setup +# <<< conda initialize <<< +