mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
new repo alias: rsrra.
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
0d7703f101
commit
7bccb1b06e
1 changed files with 5 additions and 2 deletions
|
|
@ -9,14 +9,17 @@ alias rs='repo sync'
|
|||
compdef _repo rs='repo sync'
|
||||
|
||||
alias rs.='repo sync .'
|
||||
compdef _repo rs='repo sync'
|
||||
compdef _repo rs.='repo sync'
|
||||
|
||||
alias rra.='repo rebase --auto-stash .'
|
||||
compdef _repo rra='repo rebase --auto-stash'
|
||||
compdef _repo rra.='repo rebase --auto-stash'
|
||||
|
||||
alias rsrra='repo sync ; repo rebase --auto-stash'
|
||||
compdef _repo rsrra='repo sync ; repo rebase --auto-stash'
|
||||
|
||||
alias rsrra.='repo sync .; repo rebase --auto-stash .'
|
||||
compdef _repo rsrra.='repo sync .; repo rebase --auto-stash .'
|
||||
|
||||
alias ru='repo upload'
|
||||
compdef _repo ru='repo upload'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue