mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Prepend a j to all aliases
This commit is contained in:
parent
6763ff3144
commit
373354241b
1 changed files with 17 additions and 17 deletions
|
|
@ -34,20 +34,20 @@ function jj_prompt_template() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Aliases (sorted alphabetically)
|
# Aliases (sorted alphabetically)
|
||||||
alias jc='jj commit'
|
alias jjc='jj commit'
|
||||||
alias jcmsg='jj commit --message'
|
alias jjcmsg='jj commit --message'
|
||||||
alias jd='jj diff'
|
alias jjd='jj diff'
|
||||||
alias jdmsg='jj desc --message'
|
alias jjdmsg='jj desc --message'
|
||||||
alias jds='jj desc'
|
alias jjds='jj desc'
|
||||||
alias je='jj edit'
|
alias jje='jj edit'
|
||||||
alias jgcl='jj git clone'
|
alias jjgcl='jj git clone'
|
||||||
alias jgf='jj git fetch'
|
alias jjgf='jj git fetch'
|
||||||
alias jgp='jj git push'
|
alias jjgp='jj git push'
|
||||||
alias jl='jj log'
|
alias jjl='jj log'
|
||||||
alias jla='jj log -r "all()"'
|
alias jjla='jj log -r "all()"'
|
||||||
alias jn='jj new'
|
alias jjn='jj new'
|
||||||
alias jrb='jj rebase'
|
alias jjrb='jj rebase'
|
||||||
alias jrs='jj restore'
|
alias jjrs='jj restore'
|
||||||
alias jrt='cd "$(jj root || echo .)"'
|
alias jjrt='cd "$(jj root || echo .)"'
|
||||||
alias jsp='jj split'
|
alias jjsp='jj split'
|
||||||
alias jsq='jj squash'
|
alias jjsq='jj squash'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue