typst and git alias

This commit is contained in:
Kopatz
2025-06-08 16:32:09 +02:00
parent 464d04b238
commit 90b64815a5
5 changed files with 9 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
co = checkout
cl = clone
ci = commit
ca = !git add -A && git commit
st = status -sb
br = branch
pr = pull --rebase