From: Mart Lubbers Date: Wed, 9 May 2018 10:46:45 +0000 (+0200) Subject: Add alias for latexmk X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=d9616f0a4516f0dd1e8fe7163d8c235998517aae;p=dotfiles.git Add alias for latexmk --- 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'