X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;fp=shell%2F.bashrc;h=a26e423b56cf535444b1e453e6eca6e267bd0535;hb=aa7cb012a584dc8218bd1a141deb2b47c721e60d;hp=0ba6efb3752160bdafb12da937fd184d8f395adb;hpb=5afff6e1dedbd9da01b09de821fa6f6440ea702d;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 0ba6efb..a26e423 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -24,14 +24,17 @@ export CLEAN_HOME=/opt/clean-x64 export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin -export PATH=$PATH:/opt/texlive/2019/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox +export PATH=$PATH:/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox -export MANPATH=~/.local/share/man:/opt/texlive/2019/texmf-dist/doc/man:./arduino/java/man:$MANPATH +export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:./arduino/java/man:$MANPATH 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