From 11b24d0620b9a0c3033c97681099493ac607880d Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Sun, 4 Oct 2020 15:38:09 +0200 Subject: [PATCH] Add tlmgr alias --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 7490b7a..9f3de4e 100644 --- a/.zshrc +++ b/.zshrc @@ -162,3 +162,5 @@ alias pac='sudo pacman -S' alias top="ytop -p" alias gitg='git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"' + +alias tlmgr='/usr/share/texmf-dist/scripts/texlive/tlmgr.pl --usermode'