zk: convenience helper
This commit is contained in:
parent
11717bbfa5
commit
033da8462e
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
sync = 'zk save && jj git fetch && jj git push'
|
||||||
log = 'jj log -r ".."'
|
log = 'jj log -r ".."'
|
||||||
diff = 'jj diff'
|
diff = 'jj diff'
|
||||||
|
status = "zk diff -s"
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
editor = "hx"
|
editor = "hx"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue