mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
New aliases for repo
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
17a7a47fc0
commit
9465462828
1 changed files with 5 additions and 1 deletions
|
|
@ -2,4 +2,8 @@
|
||||||
alias r='repo'
|
alias r='repo'
|
||||||
compdef _repo r=repo
|
compdef _repo r=repo
|
||||||
alias rra='repo rebase --auto-stash'
|
alias rra='repo rebase --auto-stash'
|
||||||
compdef _repo r=rra='repo rebase --auto-stash'
|
compdef _repo rra='repo rebase --auto-stash'
|
||||||
|
alias rs='repo sync'
|
||||||
|
compdef _repo rs='repo sync'
|
||||||
|
alias rsrra='repo sync ; repo rebase --auto-stash'
|
||||||
|
compdef _repo rsrra='repo sync ; repo rebase --auto-stash'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue