Skip to content

Commit

Permalink
New alias for repo: ru and rst
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet authored and ncanceill committed Jun 8, 2014
1 parent e04d3e0 commit 99c9dbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/repo/repo.plugin.zsh
Expand Up @@ -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'

0 comments on commit 99c9dbe

Please sign in to comment.