diff --git a/home.nix b/home.nix index 716355e..34d3207 100644 --- a/home.nix +++ b/home.nix @@ -221,6 +221,8 @@ jd = "jj describe"; js = "jj show"; jss = "jj show -s"; + jab = "jj abandon"; + jsp = "jj split"; je = "jj edit --ignore-immutable"; jall = "jj log -r 'all()'"; jn = "jj new";