X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=c47ed4fd2829885be7761954fd239890035bae9e;hb=d9616f0a4516f0dd1e8fe7163d8c235998517aae;hp=77c7afa31349420063dacc4db6ebfe75eefb451e;hpb=060e329f70cb9390b6253e8d02426039f94fea62;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 77c7afa..c47ed4f 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -30,6 +30,7 @@ export COLORFGBG="default;default" alias ls='ls --color=auto' alias grep='grep --color=auto' alias vi=vim +alias latexmk='make -f ~/.local/bin/latex.mk' export TMUX_TMPDIR="$XDG_RUNTIME_DIR" alias tmux='tmux -f ~/.config/tmux/config'