a dotfile but it's really big

jj: top alias for `heads(mine)` to look orphan head commits

karitham.dev 98d184e3 d797dff7

verified
+1
+1
modules/dev/vcs/jj.nix
··· 29 29 "branchesandheads" = "branches | (heads(trunk()::) & mine())"; 30 30 "curbranch" = "latest(branches::@- & branches)"; 31 31 "nextbranch" = "roots(@:: & branchesandheads)"; 32 + "top" = "heads(mine())"; 32 33 }; 33 34 ui = { 34 35 default-command = [