X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=445726745d9f54ac91b7fba5536b090ffb969b31;hb=ac1f7c98075f108653bd5a8bc99ef80815a158bc;hp=156d9089ebebe2ec149dd47144c6fac40b955d03;hpb=be3649fd6d8eaf62d286fa49b5e438536d6fbc83;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 156d908..4457267 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -24,12 +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/2018/texmf-dist/doc/man:./arduino/java/man:$MANPATH +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'