conf2/zsh/.oh-my-zsh/plugins/repo/repo.plugin.zsh

11 lines
280 B
Bash
Raw Normal View History

2019-01-12 15:47:23 +00:00
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'
2020-02-02 15:08:42 +00:00
alias rsto='repo status -o'
alias rfa='repo forall -c'
alias rfap='repo forall -p -c'
alias rinf='repo info'