chore: jj calls them bookmarks now

This commit is contained in:
sloane 2024-11-01 09:13:53 -04:00
parent 7a5da69f4e
commit fec07f27bb
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ function fish_jj_prompt --description 'Write out the jj prompt'
")",
separate(
" ",
branches.join(", "),
bookmarks.join(", "),
coalesce(
surround(
"\"",

View file

@ -22,4 +22,4 @@ name = "sloane"
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
[git]
push-branch-prefix = "sloane/push-"
push-bookmark-prefix = "sloane/push-"