Update; jj aliases; session management

This commit is contained in:
Martin Pander
2026-05-07 13:55:04 +02:00
parent affbd5ccca
commit c092fdeb48
4 changed files with 30 additions and 22 deletions

View File

@@ -86,6 +86,12 @@
lg = ["log"];
des = ["describe"];
sq = ["squash"];
gp = ["git" "push"];
nc = [
"util" "exec" "--" "bash" "-c"
''jj new --no-edit -B "''${2:-@}" -m "$1"''
""
];
};
ui = {