X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;fp=shell%2F.bashrc;h=0b597e465a71648136263d13b42b8f9ffb374119;hb=05f5e0e5be9aac47f155845ac78a0303cc188228;hp=0670f6ae9addd39cefaceb5196d3287395a8f757;hpb=2f1627e07fafece01ebf59436ad5f9856e03ad21;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 0670f6a..0b597e4 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -1,5 +1,6 @@ shopt -s checkwinsize histappend globstar +export MESA_LOADER_DRIVER_OVERRIDE=i965 export HISTCONTROL=erasedups export HISTFILESIZE=NOTHING export HISTSIZE=NOTHING @@ -23,7 +24,7 @@ export TMUX_TMPDIR="$XDG_RUNTIME_DIR" export CLEAN_HOME=/opt/clean-x64 -export PATH=~/.local/bin:$PATH +export PATH=$CLEAN_HOME/bin:~/.local/bin:$PATH export PATH=/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH