zk: convenience helper

This commit is contained in:
Matthew Ryan Dillon 2025-12-08 16:08:13 -05:00
parent 11717bbfa5
commit 033da8462e

View file

@ -22,6 +22,7 @@ save = 'jj commit -m "$(date +"%Y-%m-%dT%H:%M:%S%z")" && jj tug'
sync = 'zk save && jj git fetch && jj git push'
log = 'jj log -r ".."'
diff = 'jj diff'
status = "zk diff -s"
[tool]
editor = "hx"