X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=445726745d9f54ac91b7fba5536b090ffb969b31;hb=ac1f7c98075f108653bd5a8bc99ef80815a158bc;hp=8e1a66a8998f51e3c9ca602cb830af0c03ba6a63;hpb=8da7d88b48dda854cd7483653b4885eb282ea35d;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 8e1a66a..4457267 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -24,10 +24,13 @@ export CLEAN_HOME=/opt/clean export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin -export PATH=$PATH:/opt/texlive/2018/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin +export PATH=$PATH:/opt/texlive/2019/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 GTK_IM_MODULE=xim export QT_IM_MODULE=xim +export QT_QPA_PLATFORMTHEME=qt5ct alias ls='ls --color=auto' alias grep='grep --color=auto'