1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-10 16:32:00 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Laurens Rouw
bcde8bc92f Merge 337b955091 into 7c10d9839f 2026-04-08 10:40:17 +00:00
Laurens Rouw
337b955091 Add new alias for new bookmark advance command 2026-03-19 09:28:22 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ plugins=(... jj)
| ------ | ----------------------------- |
| jja | `jj abandon` |
| jjb | `jj bookmark` |
| jjba | `jj bookmark advance` |
| jjbc | `jj bookmark create` |
| jjbd | `jj bookmark delete` |
| jjbf | `jj bookmark forget` |

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'