[feat]: add alias for

This commit is contained in:
gayanMatch 2026-01-09 14:28:26 -08:00
commit 98d9f0cdf8
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ plugins=(... jj)
| Alias | Command |
| ------ | ----------------------------- |
| jja | `jj abandon` |
| jjb | `jj bookmark` |
| jjbc | `jj bookmark create` |
| jjbd | `jj bookmark delete` |

View file

@ -34,6 +34,7 @@ function jj_prompt_template() {
}
# Aliases (sorted alphabetically)
alias jja='jj abandon'
alias jjb='jj bookmark'
alias jjbc='jj bookmark create'
alias jjbd='jj bookmark delete'