initial
This commit is contained in:
parent
d67e39f3f7
commit
58ef6d327f
1725 changed files with 129819 additions and 0 deletions
10
dot_oh-my-zsh/plugins/repo/repo.plugin.zsh
Normal file
10
dot_oh-my-zsh/plugins/repo/repo.plugin.zsh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
alias r='repo'
|
||||
alias rra='repo rebase --auto-stash'
|
||||
alias rs='repo sync'
|
||||
alias rsrra='repo sync ; repo rebase --auto-stash'
|
||||
alias ru='repo upload'
|
||||
alias rst='repo status'
|
||||
alias rsto='repo status -o'
|
||||
alias rfa='repo forall -c'
|
||||
alias rfap='repo forall -p -c'
|
||||
alias rinf='repo info'
|
||||
Loading…
Add table
Add a link
Reference in a new issue