mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
rra. and rs. aliases in repo plugin
This commit is contained in:
parent
6604587f5b
commit
f85a067dac
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,12 @@ compdef _repo rra='repo rebase --auto-stash'
|
|||
alias rs='repo sync'
|
||||
compdef _repo rs='repo sync'
|
||||
|
||||
alias rs.='repo sync .'
|
||||
compdef _repo rs='repo sync'
|
||||
|
||||
alias 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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue