From 25015f951fc434e9bff3b86f80bfeb67d3edc510 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 24 Aug 2018 12:28:24 +0200 Subject: [PATCH] New alias for latexmk --- zsh/custom/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/custom/aliases.zsh b/zsh/custom/aliases.zsh index ee1c0ef..7b51e7e 100644 --- a/zsh/custom/aliases.zsh +++ b/zsh/custom/aliases.zsh @@ -56,3 +56,4 @@ hash -d dot="$HOME/Dotfiles" #alias vim="nvim" alias ec="emacsclient -t" alias emacs="emacsclient-oneframe.sh" +alias ltxmk="latexmk $1 && latexmk -c $1"