[nvim] update latex snippet

This commit is contained in:
Marco Thomas
2022-11-24 16:23:38 +01:00
parent 8fac995679
commit 5b34fefb32
2 changed files with 12 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ alias o='xdg-open' # to change a mime use: `xdg-mime default APPLICATION HANDLE
alias gg='git grep $1'
alias tex='nix-shell ~/.dots/tex.nix'
alias mktex="latexmk -xelatex -shell-escape"
alias lg="lazygit"
alias l='ls -lFh --color'
alias la='ls -lAFh --color'