Merge branch 'master' of https://github.com/dopefishh/dotfiles
authorMart Lubbers <mart@martlubbers.net>
Tue, 22 Sep 2020 13:40:44 +0000 (15:40 +0200)
committerMart Lubbers <mart@martlubbers.net>
Tue, 22 Sep 2020 13:40:44 +0000 (15:40 +0200)
1  2 
shell/.bashrc

diff --combined shell/.bashrc
@@@ -23,8 -23,8 +23,8 @@@ export TMUX_TMPDIR="$XDG_RUNTIME_DIR
  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/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox
 +export PATH=$CLEAN_HOME/lib/exe:$CLEAN_HOME/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:./arduino/java/man:$MANPATH
  
@@@ -38,7 -38,6 +38,6 @@@ alias slrn="slrn -i \"${XDG_CONFIG_HOME
  alias ls='ls --color=auto'
  alias grep='grep --color=auto'
  alias vi=vim
- alias latexmk='make -f ~/.local/bin/latex.mk'
  alias shutdown="echo \"Are you sure? I\'m Ygdrassil\" && read && shutdown"
  
  . /etc/bash_completion