New aliases for repo

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-06-18 11:28:42 +02:00
commit 9465462828

View file

@ -2,4 +2,8 @@
alias r='repo'
compdef _repo r=repo
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'