new repo aliases

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-06-11 14:49:58 +02:00
commit 745f41114b

View file

@ -1,2 +1,5 @@
# Aliases
alias r='repo'
compdef _repo r=repo
alias rra='repo rebase --auto-stash'
compdef _repo r=rra='repo rebase --auto-stash'