feat: add more aliasable commands

This commit is contained in:
Jet Pham 2025-08-18 17:31:21 -07:00
parent 41065e6671
commit 2d10b09d1f
No known key found for this signature in database

View file

@ -86,6 +86,11 @@
jgp = "jj git push"; jgp = "jj git push";
jgc = "jj git clone --colocate"; jgc = "jj git clone --colocate";
jd = "jj describe"; jd = "jj describe";
js = "jj show";
je = "jj edit --ignore-immutable";
jn = "jj new";
jdiff = "jj diff";
ns = "sudo nixos-rebuild switch --flake ~/Documents/nixos-config#jet";
}; };
}; };