add jj status abbreviation and make jj init colocate by default

This commit is contained in:
sloane 2025-11-04 08:41:52 -05:00
parent b3ebdb1e09
commit a6c953d69d
No known key found for this signature in database

View file

@ -69,6 +69,7 @@
shellAbbrs = {
drs = "darwin-rebuild switch --flake ~/.config/nix-darwin";
j = "jj";
jst = "jj status";
cat = "bat";
};
};
@ -246,7 +247,7 @@
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
catchup = ["rebase" "-b" "current" "-d" "trunk()" "--skip-emptied"];
changed = ["diff" "--files-only"];
init = ["git" "init"];
init = ["git" "init" "--colocate"];
};
};
};