mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
New alias for repo: ru and rst
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
@@ -10,3 +10,9 @@ compdef _repo rs='repo sync'
|
|||||||
|
|
||||||
alias rsrra='repo sync ; repo rebase --auto-stash'
|
alias rsrra='repo sync ; repo rebase --auto-stash'
|
||||||
compdef _repo 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user