mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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)
|
||||
alias jc='jj commit'
|
||||
alias jcmsg='jj commit --message'
|
||||
alias jd='jj diff'
|
||||
alias jdmsg='jj desc --message'
|
||||
alias jds='jj desc'
|
||||
alias je='jj edit'
|
||||
alias jgcl='jj git clone'
|
||||
alias jgf='jj git fetch'
|
||||
alias jgp='jj git push'
|
||||
alias jl='jj log'
|
||||
alias jla='jj log -r "all()"'
|
||||
alias jn='jj new'
|
||||
alias jrb='jj rebase'
|
||||
alias jrs='jj restore'
|
||||
alias jrt='cd "$(jj root || echo .)"'
|
||||
alias jsp='jj split'
|
||||
alias jsq='jj squash'
|
||||
alias jjc='jj commit'
|
||||
alias jjcmsg='jj commit --message'
|
||||
alias jjd='jj diff'
|
||||
alias jjdmsg='jj desc --message'
|
||||
alias jjds='jj desc'
|
||||
alias jje='jj edit'
|
||||
alias jjgcl='jj git clone'
|
||||
alias jjgf='jj git fetch'
|
||||
alias jjgp='jj git push'
|
||||
alias jjl='jj log'
|
||||
alias jjla='jj log -r "all()"'
|
||||
alias jjn='jj new'
|
||||
alias jjrb='jj rebase'
|
||||
alias jjrs='jj restore'
|
||||
alias jjrt='cd "$(jj root || echo .)"'
|
||||
alias jjsp='jj split'
|
||||
alias jjsq='jj squash'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue