]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/repo/repo.plugin.zsh
f098993f88fbc29b574cee1ce0752d2021a1467f
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / repo / repo.plugin.zsh
1 alias r='repo'
2 alias rra='repo rebase --auto-stash'
3 alias rs='repo sync'
4 alias rsrra='repo sync ; repo rebase --auto-stash'
5 alias ru='repo upload'
6 alias rst='repo status'
7 alias rsto='repo status -o'
8 alias rfa='repo forall -c'
9 alias rfap='repo forall -p -c'
10 alias rinf='repo info'