feat(jj): add new alias for new bookmark advance command (#13638)

This commit is contained in:
Laurens Rouw
2026-05-06 20:42:33 +02:00
committed by GitHub
parent 8ab16fa493
commit 3604dc23e0
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ function jj_prompt_template() {
# Aliases (sorted alphabetically)
alias jja='jj abandon'
alias jjb='jj bookmark'
alias jjba='jj bookmark advance'
alias jjbc='jj bookmark create'
alias jjbd='jj bookmark delete'
alias jjbf='jj bookmark forget'