many many updates
[dotfiles.git] / shell / .bashrc
index ae1a3cf..a2db357 100644 (file)
@@ -22,25 +22,18 @@ export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}"/notmuch/config
 export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}"/pass
 export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
 
-if [ "$SCHROOT_CHROOT_NAME" = "x86" ]
-then
-       export CLEAN_HOME=/opt/clean-x86
-else
-       export CLEAN_HOME=/opt/clean-x64
-fi
+export PATH=~/.local/bin:~/.nitrile/bin:~/.cabal/bin:/opt/firefox:$PATH
+export PATH=/opt/texlive/2024/bin/x86_64-linux:$PATH
+export PATH=/opt/Zotero_linux-x86_64:$PATH
+export PATH=/opt/arduino/arduino-1.8.19:$PATH
 
-export PATH=$CLEAN_HOME/bin:~/.local/bin:~/.nitrile/bin:~/.cabal/bin:$PATH
-export PATH=/opt/texlive/2023/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH
-
-export MANPATH=~/.local/share/man:/opt/texlive/2023/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH
+export MANPATH=~/.local/share/man:/opt/texlive/2024/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH
+export INFOPATH=/opt/texlive/2024/texmf-dist/doc/info:$INFOPATH
 
 #export GTK_IM_MODULE=xim
 #export QT_IM_MODULE=xim
 #export QT_QPA_PLATFORMTHEME=qt5ct
 
-export NNTPSERVER=news.tweak.nl
-alias slrn="slrn -i \"${XDG_CONFIG_HOME:-$HOME/.config}/slrn/slrnrc\""
-
 alias ls='ls --color=auto'
 alias grep='grep --color=auto'
 alias vi='vim'
@@ -68,19 +61,3 @@ 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 <<<
-