From 0116f9e84564b32903cb6b4fee974ce6185148a0 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 18 Feb 2022 00:45:06 -0600 Subject: [PATCH] added latexmk alias --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 38d13ac..773e79b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -176,6 +176,7 @@ alias ll='ls -l' alias say='espeak -v default -p 10 -s 150 -a 200 2> /dev/null' alias tmux='tmux -u' + alias pdfmk='latexmk -pdf -pvc' # needs to have a number immediately after it. alias slideshow='feh --full-screen --randomize --auto-zoom --recursive --slideshow-delay' # converts all .doc and .docx files in the local directory to pdfs using libreoffice