mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
new alias for _repo: ru
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
550ef0b3d2
commit
9ce2284550
1 changed files with 3 additions and 0 deletions
|
|
@ -10,3 +10,6 @@ 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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue