mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
New alias for repo: ru and rst
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
e04d3e0563
commit
99c9dbed47
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue