mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge branch 'ohmyzsh:master' into master
This commit is contained in:
commit
8166a740a8
2 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ plugins=(... jj)
|
|||
| jje | `jj edit` |
|
||||
| jjgcl | `jj git clone` |
|
||||
| jjgf | `jj git fetch` |
|
||||
| jjgfa | `jj git fetch --all-remotes` |
|
||||
| jjgp | `jj git push` |
|
||||
| jjl | `jj log` |
|
||||
| jjla | `jj log -r "all()"` |
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ alias jjds='jj desc'
|
|||
alias jje='jj edit'
|
||||
alias jjgcl='jj git clone'
|
||||
alias jjgf='jj git fetch'
|
||||
alias jjgfa='jj git fetch --all-remotes'
|
||||
alias jjgp='jj git push'
|
||||
alias jjl='jj log'
|
||||
alias jjla='jj log -r "all()"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue