Add abbreviations for the just
command
All checks were successful
/ check (push) Successful in 1m22s
All checks were successful
/ check (push) Successful in 1m22s
This commit is contained in:
parent
1293883fa1
commit
3b3fb90b7a
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue