mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
feat(jj): add new alias for new bookmark advance command (#13638)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
This commit is contained in:
parent
8ab16fa493
commit
3604dc23e0
2 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue