chore: jj calls them bookmarks now
This commit is contained in:
parent
7a5da69f4e
commit
fec07f27bb
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ function fish_jj_prompt --description 'Write out the jj prompt'
|
||||||
")",
|
")",
|
||||||
separate(
|
separate(
|
||||||
" ",
|
" ",
|
||||||
branches.join(", "),
|
bookmarks.join(", "),
|
||||||
coalesce(
|
coalesce(
|
||||||
surround(
|
surround(
|
||||||
"\"",
|
"\"",
|
||||||
|
|
|
@ -22,4 +22,4 @@ name = "sloane"
|
||||||
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
|
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
push-branch-prefix = "sloane/push-"
|
push-bookmark-prefix = "sloane/push-"
|
||||||
|
|
Loading…
Reference in a new issue