X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;fp=shell%2F.bashrc;h=0d2a2c95ad6a161d45d610ab236d62cb56e84a3a;hb=69b452aa1bc04d987e4d1e6079cad122b967bcb2;hp=156d9089ebebe2ec149dd47144c6fac40b955d03;hpb=be3649fd6d8eaf62d286fa49b5e438536d6fbc83;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 156d908..0d2a2c9 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 -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'