New alias for repo: ru and rst

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
master
Gaetan Semet 13 years ago committed by ncanceill
parent e04d3e0563
commit 99c9dbed47
  1. 6
      plugins/repo/repo.plugin.zsh

@ -10,3 +10,9 @@ compdef _repo rs='repo sync'
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'
alias rst='repo status'
compdef _repo rst='repo status'

Loading…
Cancel
Save