Add abbreviations for the just command
All checks were successful
/ check (push) Successful in 1m22s

This commit is contained in:
Oliver Davies 2025-05-08 12:52:50 +01:00
parent 1293883fa1
commit 3b3fb90b7a

View file

@ -60,6 +60,11 @@
gstp = "git stash pop";
gt = "git tag";
j = "just";
jb = "just build";
jt = "just test";
js = "just switch";
# tmux
ta = "tmux attach";
tl = "tmux list-sessions";